Re: [pgadmin-hackers] No more Delete/Drop constraints in 1.16

2012-11-01 Thread Dave Page
Thanks, applied. On Thu, Nov 1, 2012 at 9:45 AM, Akshay Joshi wrote: > Hi Dave > > I have figured out the problem where there is no more Delete/Drop > constraints in 1.16. We have made some changes for the domains and check > constraints where we have replace the pgTable and pgTableObjCollection

[pgadmin-hackers] No more Delete/Drop constraints in 1.16

2012-11-01 Thread Akshay Joshi
Hi Dave I have figured out the problem where there is no more Delete/Drop constraints in 1.16. We have made some changes for the domains and check constraints where we have replace the pgTable and pgTableObjCollection with pgSchema and pgSchemaObjCollection, due to which this error occurs. I have