Re: [HACKERS] user defined function in CHECK constraint

2004-02-23 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > I've just talked to a few users on IRC who cannot restore dumps because > they use user-defined functions in CHECK constraints. > Any chance this will be fixed using dependencies? It's done in CVS tip. If you were brave you could use CVS-tip

[HACKERS] user defined function in CHECK constraint

2004-02-23 Thread Christopher Kings-Lynne
Hi, I've just talked to a few users on IRC who cannot restore dumps because they use user-defined functions in CHECK constraints. Any chance this will be fixed using dependencies? Or maybe it's just easy to put all ADD CHECKs at the very end? Chris ---(end of broadcas