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
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
-
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
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