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

From Cédric Prin-Derre
Subject [BUGS] issue with C functions using pg_dump
Date
Msg-id CAGUCaXFcytd_YPfaURjaafmakiQyx9NP=-UbKbPj=aMpLtRONQ@mail.gmail.com
Whole thread Raw
Responses Re: [BUGS] issue with C functions using pg_dump
List 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 by date:

Previous
From: Emre Hasegeli
Date:
Subject: Re: [BUGS] Standby corruption after master is restarted
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] issue with C functions using pg_dump