Hi,

since Postgresql 7.3 (released in november 2002), postgresql supports the "cascade" attribute in DROP TABLE. This gets around the problem that tables which depend on other tables tend not to be dropped because of the wrong dropping order.

I would like to add the "cascade" to the generated "drop table..." commands in the sql scrips. Any comments, objections ?

   Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to