Re: BUG #3224: Dump: missing schema name for sequence in a "DEFAULT nextval" specification

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3224: Dump: missing schema name for sequence in a "DEFAULT nextval" specification
Дата
Msg-id 19419.1176477345@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3224: Dump: missing schema name for sequence in a "DEFAULT nextval" specification  ("Gabriele Bartolini" <g.bartolini@comune.prato.it>)
Список pgsql-bugs
"Gabriele Bartolini" <g.bartolini@comune.prato.it> writes:
> However, when I issue a pg_dump or pg_dumpall command, here is what I get:

> SET search_path = dimensions, pg_catalog;
> CREATE SEQUENCE hosts_2006_seq;
> CREATE TABLE hosts_2006 (
>     id_host integer DEFAULT nextval('hosts_2006_seq'::regclass) NOT NULL,
>     host character varying(255) DEFAULT ''::character varying NOT NULL,
> );

This is not a bug: the regclass constant will be recreated the same as
it was before.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3225: BitmapOr plan node does not show currect row count
Следующее
От: Russell Smith
Дата:
Сообщение: Re: BUG #3225: BitmapOr plan node does not show currect row count