Re: pgsql documentation error ?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: pgsql documentation error ?
Дата
Msg-id 20040504075927.Y37449@megazone.bigpanda.com
обсуждение исходный текст
Ответ на pgsql documentation error ?  (BRINER Cedric <work@infomaniak.ch>)
Список 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 по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: set autocommit TO FALSE on postgres 7.4
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Tracking structural changes from psql