Extension table data

Поиск
Список
Период
Сортировка
От Keith Fiske
Тема Extension table data
Дата
Msg-id CAG1_KcDD9A2G5FGvJo2Cp0F-Z6XuSkynTkYtC3Y+vZwkZSPjcA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Extension table data  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I've read the documentation for extensions and how their data is not
normally dumped by pg_dump and how to configure the table so it should
dump its data
http://www.postgresql.org/docs/9.1/static/extend-extensions.html
However, after setting this option for the tables, the data is not
being dumped when I do a pg_dump of either individual tables or the
schema I've installed the extension to. The database I'm working with
right now is far too big to do a full pg_dump or pg_dumpall, so I
haven't been able to test that. I would assume that doing just the
table or schema should work, though?

Extension I'm working on: https://github.com/omniti-labs/pg_jobmon

Anyone else having this issue or am I doing something wrong?

--
Keith Fiske
Database Administrator
OmniTI Computer Consulting, Inc.
443.325.1357 x251

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

Предыдущее
От: René Romero Benavides
Дата:
Сообщение: Re: Question about load balance
Следующее
От: René Romero Benavides
Дата:
Сообщение: Re: Two databases on the same server, looking for idea how to restrict access.