[BUGS] issue with C functions using pg_dump

Поиск
Список
Период
Сортировка
От Cédric Prin-Derre
Тема [BUGS] issue with C functions using pg_dump
Дата
Msg-id CAGUCaXFcytd_YPfaURjaafmakiQyx9NP=-UbKbPj=aMpLtRONQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [BUGS] issue with C functions using pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
greeting,

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

could you please confirm it's a bug ? 


regards

Garanti sans virus. www.avast.com

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

Предыдущее
От: Emre Hasegeli
Дата:
Сообщение: Re: [BUGS] Standby corruption after master is restarted
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] issue with C functions using pg_dump