Re: Error in the 9.1 documentation?

From: Thom Brown <thom(at)linux(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error in the 9.1 documentation?
Date: 2011-05-07 14:28:17
Message-ID: BANLkTikUMqKf-GcD482EMnfTt7MSwfTx-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7 May 2011 15:24, Thomas Kellerer <spam_eater(at)gmx(dot)net> wrote:
> Hi,
>
> while going through the 9.1 new features, I think I have discovered an error
> in the manual regarding the CREATE TABLE command.
>
> It says:
>
> CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT
> EXISTS ] table_name ( [
>  { column_name data_type [ COLLATE collation ] [ column_constraint [ ... ] ]
>    | table_constraint
>    | LIKE parent_table [ like_option ... ] }
>    [, ... ]
>
>
> Isn't there the element for DEFAULT missing for the column definition?
>
> Something like:
>
> column_name data_type [ DEFAULT default_expr ] [ COLLATE collation ] [
> column_constraint [ ... ] ]

The DEFAULT declaration was moved into the column_constraint section.

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2011-05-07 14:40:42 Re: Error in the 9.1 documentation?
Previous Message Thomas Kellerer 2011-05-07 14:24:11 Error in the 9.1 documentation?