Re: Memo on dropping practices - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Memo on dropping practices
Date
Msg-id 2764.1026570464@sss.pgh.pa.us
Whole thread Raw
In response to Re: Memo on dropping practices  (Rod Taylor <rbt@zort.ca>)
Responses Re: Memo on dropping practices  (Rod Taylor <rbt@zort.ca>)
List pgsql-hackers
Rod Taylor <rbt@zort.ca> writes:
> I noticed that SERIAL sequences aren't dropping with the application of
> the patch.

> Was this intentional?

Yeah, the dependency isn't stored yet.  I didn't like the way you did
that, and was trying to think of a better way...

More generally, a lot of dependencies that should be in place aren't
yet.  I committed as soon as I had stable functionality that more or
less duplicated the former behavior; there's more patch still to review.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Memo on dropping practices
Next
From: Bruce Momjian
Date:
Subject: Re: Unique and Primary Key Constraints