Re: [BUGS] issue with C functions using pg_dump - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] issue with C functions using pg_dump
Date
Msg-id 12213.1503783432@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] issue with C functions using pg_dump  (Cédric Prin-Derre <prinderr@gmail.com>)
List 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 by date:

Previous
From: Cédric Prin-Derre
Date:
Subject: Re: [BUGS] issue with C functions using pg_dump
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] [BUGS] [postgresql 10 beta3] unrecognized node type: 90