Re: bug in pgadmin 1.8.2: Create script command doesn't recognize inherited fields at the end of the list

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: bug in pgadmin 1.8.2: Create script command doesn't recognize inherited fields at the end of the list
Дата
Msg-id 937d27e10802180423y3cdb7617h29d0317ce61c6987@mail.gmail.com
обсуждение исходный текст
Ответ на bug in pgadmin 1.8.2: Create script command doesn't recognize inherited fields at the end of the list  (Peter Gagarinov <heartofmars@gmail.com>)
Список pgadmin-support
On Feb 15, 2008 11:00 PM, Peter Gagarinov <heartofmars@gmail.com> wrote:

> CREATE TABLE derived_table
> (
> -- Inherited:   a integer,
> -- Inherited:   b integer,
>   c integer,
> -- Inherited:   d integer
> )
> INHERITS (basic_table, basic_table_b)
> WITH (OIDS=FALSE);
> ALTER TABLE derived_table OWNER TO postgres;
>
> which is incorrect because "c integer" is followed by "," though it it
> is at the end of the list.

Thanks, fixed in SVN.


-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company


В списке pgadmin-support по дате отправления:

Предыдущее
От: "Glenn White"
Дата:
Сообщение: pgAdmin Hangs On Fedora 8
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdmin Hangs On Fedora 8