Re: problem with restore of functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with restore of functions
Дата
Msg-id 17004.1014392365@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem with restore of functions  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: problem with restore of functions  ("Thomas T. Thai" <tom@minnesota.com>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> Sorry, I meant when we use contrib module, for example 'tsearch',
> it creates functions, defines op_classes for 'gist_txtidx_ops',
> which use OID of that functions.
> pg_dump doesn't dumps op_clasess and it's impossible to use pg_restore.

So the real gripe is that pg_dump doesn't dump user-defined opclasses.
That's a fair complaint.  Submit a patch ;-)

There was talk a little while back of developing an SQL command to
define opclasses, so you wouldn't have to poke the system catalogs
directly.  It'd probably be better to implement that and then fix
pg_dump to emit that command than to make pg_dump emit catalog-poking
commands ... but of course it'd be a lot more work.
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [PATCHES] Automatic transactions in psql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Replication direction