Re: [GENERAL] Problems after instaling PostgreSQL 7.0

2000-08-16 Thread Craig Johannsen
t; try to run "psql" I get the following: > [postgres@x ~/bin]$ ./psql > psql: FATAL 1: Database "postgres" does not exist in the system catalog. > > What could be now? > > J. Mauricio Cuenca H. > [EMAIL PROTECTED] > > - Original Message - >

Re: [GENERAL] hierarchy select question?

2000-08-03 Thread Craig Johannsen
4 > > 2 5 > > 3 6 > > > > I think I can issue the command to join table A 3 times to give the following > > result > > > > 1st2nd 3rd > > Row11 2 4 > > Row21 2 5 > > Row3 1