Re: BUG #17008: pg_dump doesn't dump a sequence with bigint type

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #17008: pg_dump doesn't dump a sequence with bigint type
Дата
Msg-id 20210513182931.GA20675@alvherre.pgsql
обсуждение исходный текст
Ответ на BUG #17008: pg_dump doesn't dump a sequence with bigint type  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #17008: pg_dump doesn't dump a sequence with bigint type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On 2021-May-13, Jaime Acevedo wrote:

> Sorry, I made a mistake at the moment to copy & paste the sequences.
> 
> But this finally the problems was the filter to do dump, when I use
> --exclude-table option with pattern projects_historydata_* for some reason
> the sequences was excluded finally I used the pattern
> projects_historydata_[0-9]* to exclude only the tables that I want to
> exclude.

Ah, that makes sense.

> I don´t know if that behavior is right.

Hmm, I think --exclude-tables should exclude tables only, not sequences.
And it does behave like that for me, in a quick test with version 10.
What version of Postgres are you using?

-- 
Álvaro Herrera                            39°49'30"S 73°17'W
"Estoy de acuerdo contigo en que la verdad absoluta no existe...
El problema es que la mentira sí existe y tu estás mintiendo" (G. Lama)



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #17008: pg_dump doesn't dump a sequence with bigint type
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17008: pg_dump doesn't dump a sequence with bigint type