Re: [HACKERS] typo in psql's help

2001-05-07 Thread Vince Vielhaber
On Mon, 7 May 2001, Tom Lane wrote: > Vince Vielhaber <[EMAIL PROTECTED]> writes: > > Yeah, I got a note from Peter saying it was fixed in 7.1. Silly me, I > > thought hub was running 7.1, psql must be 7.0.x. > > Looks like there's an older psql in your PATH. You could make sure with > "psql -V

Re: [HACKERS] typo in psql's help

2001-05-07 Thread Tom Lane
Vince Vielhaber <[EMAIL PROTECTED]> writes: > Yeah, I got a note from Peter saying it was fixed in 7.1. Silly me, I > thought hub was running 7.1, psql must be 7.0.x. Looks like there's an older psql in your PATH. You could make sure with "psql -V". regards, tom lane -

Re: [HACKERS] typo in psql's help

2001-05-07 Thread Vince Vielhaber
On Mon, 7 May 2001, Bruce Momjian wrote: > > postgresql=> \h create table > > Command: CREATE TABLE > > Description: Creates a new table > > Syntax: > > CREATE [ TEMPORARY | TEMP ] TABLE table ( > > column type > > [ NULL | NOT NULL ] [ UNIQUE ] [ DEFAULT value ] > > [column_const

Re: [HACKERS] typo in psql's help

2001-05-07 Thread Vince Vielhaber
On Mon, 7 May 2001, Bruce Momjian wrote: > > postgresql=> \h create table > > Command: CREATE TABLE > > Description: Creates a new table > > Syntax: > > CREATE [ TEMPORARY | TEMP ] TABLE table ( > > column type > > [ NULL | NOT NULL ] [ UNIQUE ] [ DEFAULT value ] > > [column_const