Re: Memo on dropping practices

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Rod Taylor <rbt(at)zort(dot)ca>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Memo on dropping practices
Date: 2002-07-14 00:02:58
Message-ID: 12701.1026604978@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> How about:

>> DropFoo --- top level, corresponds to SQL DROP command
>> DropCascadeFoo --- dependency controller
>> RemoveFoo --- bottom level deleter

There is only one dependency controller; it's not Foo anything.
And I don't want to call it by the same verb as either the top
or bottom levels...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Groff, Dana 2002-07-14 00:22:15 Re: Should this require CASCADE?
Previous Message Bruce Momjian 2002-07-13 21:59:15 Re: pgbench questions