pg_dump: multiple tables, schemas with exclusions and wildcards

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема pg_dump: multiple tables, schemas with exclusions and wildcards
Дата
Msg-id 1153102690.3412.7.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: pg_dump: multiple tables, schemas with exclusions and  (Bruce Momjian <bruce@momjian.us>)
Re: pg_dump: multiple tables, schemas with exclusions and  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Here's the latest pg_dump patch I've been (too sporadically) working on.
I abandoned building linked lists and decided to make the backend do all
the work, from building the list of good relations, to doing the POSIX
regex matching. I've added numerous examples to the docs, but it may
still need some more explaining. It should be nearly 100% backwards
compatible with any existing scripts that use a single -t as well.

--
Greg Sabino Mullane greg@turnstep.com
End Point Corporation
PGP Key: 0x14964AC8 200607162215
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8


Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Have psql display names and OUT/INOUT in \df output
Следующее
От: Sven Suursoho
Дата:
Сообщение: Re: plpython improvements