Re: [BUGS] issue with C functions using pg_dump
| От | Tom Lane |
|---|---|
| Тема | Re: [BUGS] issue with C functions using pg_dump |
| Дата | |
| Msg-id | 7244.1503776197@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | [BUGS] issue with C functions using pg_dump (Cédric Prin-Derre <prinderr@gmail.com>) |
| Ответы |
Re: [BUGS] issue with C functions using pg_dump
|
| Список | pgsql-bugs |
Cédric Prin-Derre <prinderr@gmail.com> writes:
> i am am doing some test using the Adventureworks sample database (available
> on postgresql wiki) and i have noticed an issue with pgdump
> pg_dump --dbname=postgresql://postgres:xxx@127.0.0.1:5432/Adventureworks
> --no-owner --format=plain --schema=public --file="D:\public.sql"
> the generated sql file does not contain the code of the LANGUAGE c
> functions stored in this schema
If you're expecting it to contain the C source code, you're mistaken.
It should just be reconstructing the CREATE FUNCTION commands.
Typical output for a C-language function might be something like
CREATE FUNCTION int44in(cstring) RETURNS city_budget LANGUAGE c IMMUTABLE STRICT AS '$libdir/regress.so',
'int44in';
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 по дате отправления: