Functions in CHECK constraint not getting dumped before tables.

Started by Rajesh Kumar Mallahabout 22 years ago2 messagesgeneral
Jump to latest
#1Rajesh Kumar Mallah
mallah@trade-india.com

Greetings!

It is found that pg_dump does not dump function referred in CHECK
constraint definations before dumping the table defination . As a result
the tables
do not get restored due to lack of defined functions.

Is it something that will be worked upon in future ?

regds
mallah.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Rajesh Kumar Mallah (#1)
Re: Functions in CHECK constraint not getting dumped before tables.

It is found that pg_dump does not dump function referred in CHECK
constraint definations before dumping the table defination . As a result
the tables
do not get restored due to lack of defined functions.

Is it something that will be worked upon in future ?

This is fixed in CVS tip.

regards, tom lane