Re: pgsql documentation error ?

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: BRINER Cedric <work(at)infomaniak(dot)ch>
Cc: postgres <pgsql-general(at)postgresql(dot)org>
Subject: Re: pgsql documentation error ?
Date: 2004-05-04 15:00:35
Message-ID: 20040504075927.Y37449@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2004-05-04 15:14:08 Re: Tracking structural changes from psql
Previous Message Robert Treat 2004-05-04 14:54:14 Re: set autocommit TO FALSE on postgres 7.4