Functions in CHECK constraint not getting dumped before tables.
Started by Rajesh Kumar Mallahabout 22 years ago2 messagesgeneral
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.
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