[JDBC] RH 7.1 + pg driver setup

2001-05-22 Thread Christopher Parent
My RH 7 distribution came with a PG installation right out of the box. I've got my database with tables created and everything, but I haven't been able to find any documentation on how to interface with it within java. Can someone point me in the right direction? Thx ~Chris --

[JDBC] Re: [SQL] problem while starting server ???

2001-05-22 Thread Grant
psql -U postgres template1 On Sun, 20 May 2001, Subhramanya Shiva wrote: > Hi all > > I installed postgresql successfully. > But when i starting the server it is showing the server status differently > > DEBUG: CheckPoint record at (0, 1522288) > DEBUG: Redo record at (0, 1522288); Undo rec

[JDBC] Re: [SQL] problem while starting server ???

2001-05-22 Thread Tod McQuillin
On Sun, 20 May 2001, Subhramanya Shiva wrote: > when i was starting the psql > it was giving error "user not found in the system catalog" Did it say something like this? psql: FATAL 1: Database "shiva" does not exist in the system catalog. By default psql looks for a database named the same a