Multiple --table options for other commands

Поиск
Список
Период
Сортировка
От Josh Kupershmidt
Тема Multiple --table options for other commands
Дата
Msg-id CAK3UJRG+yV1mK5twLfKVMCwXH4f6PnJou6Rn=ecabyfQH1vVHg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Multiple --table options for other commands
Список pgsql-hackers
Hi all,

I see there's already a TODO for allowing pg_restore to accept
multiple --table arguments[1], but would folks support adding this
capability to various other commands which currently accept only a
single --table argument, such as clusterdb, vacuumdb, and reindexdb?

Looking at pg_dump, it seems like these other commands would want to
use the SimpleStringList / SimpleStringCell machinery which currently
lives only in pg_dump. I'm guessing that ./src/bin/pg_dump/dumputils.c
would be the right place for such common code?

Josh

[1] http://archives.postgresql.org/pgsql-hackers/2010-08/msg00689.php



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: foreign key locks
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Logical to physical page mapping