Re: [BUGS] issue with C functions using pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] issue with C functions using pg_dump
Дата
Msg-id 12213.1503783432@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] issue with C functions using pg_dump  (Cédric Prin-Derre <prinderr@gmail.com>)
Список pgsql-bugs
Cédric Prin-Derre <prinderr@gmail.com> writes:
> i was hoping to just  get the create function code but i do not.

> Here s a sample of code not generated :

> CREATE OR REPLACE FUNCTION public.uuid_nil()

If you're looking for uuid_nil, the reason you're not seeing it
is that it's a member of the uuid-ossp extension.  pg_dump
will emit a CREATE EXTENSION command, not commands for all the
individual member objects.  You should look into the extension's
script file if you want to see the member objects' creation
commands.
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: Cédric Prin-Derre
Дата:
Сообщение: Re: [BUGS] issue with C functions using pg_dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [BUGS] [postgresql 10 beta3] unrecognized node type: 90