Re: pgsql documentation error ? - Mailing list pgsql-general

From Stephan Szabo
Subject Re: pgsql documentation error ?
Date
Msg-id 20040504075927.Y37449@megazone.bigpanda.com
Whole thread Raw
In response to pgsql documentation error ?  (BRINER Cedric <work@infomaniak.ch>)
List pgsql-general
On Tue, 4 May 2004, BRINER Cedric wrote:

> CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE /table_name/ (
>     { /column_name/ /data_type/ [ DEFAULT /default_expr/ ] [ /column_constraint/ [, ... ] ]
>     | /table_constraint/ }  [, ... ]
> )
> [ INHERITS ( /parent_table/ [, ... ] ) ]
> [ WITH OIDS | WITHOUT OIDS ]

What version are you doing this on?  7.4 seems to not have a comma there.

pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: Re: set autocommit TO FALSE on postgres 7.4
Next
From: Robert Treat
Date:
Subject: Re: Tracking structural changes from psql