| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера