Re: Memo on dropping practices

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Memo on dropping practices
Date: 2002-07-13 14:27:44
Message-ID: 2764.1026570464@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor <rbt(at)zort(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-07-13 14:29:28 Re: Unique and Primary Key Constraints
Previous Message Tom Lane 2002-07-13 14:25:40 Re: Memo on dropping practices