pg_dump doesn't properly honor -O for sequences

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pg_dump doesn't properly honor -O for sequences
Дата
Msg-id 1177526192.28383.81.camel@dogma.v10.wvs
обсуждение исходный текст
Ответы Re: not bug after all, sorry for the noise
Re: pg_dump doesn't properly honor -O for sequences
Список pgsql-bugs
pg_dump -O apparently removes all instances of ALTER TABLE ... OWNER TO
from the output, but does not remove ALTER SEQUENCE ... OWNED BY from
the output.

Specifically this is with SERIAL sequences, which are dumped using the
ALTER SEQUENCE syntax (as of 8.2). Normal sequences are dumped using the
ALTER TABLE ... OWNER TO syntax, which properly honors -O.

Regards,
    Jeff Davis

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postmaster can't stop with pg_ctl
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: not bug after all, sorry for the noise