Re: Drop Cascade of Domains

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: elein <elein(at)varlena(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Drop Cascade of Domains
Date: 2003-11-29 23:44:25
Message-ID: Pine.LNX.4.44.0311300042590.11144-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

elein writes:

> It seems to me that any action which
> results in an invalid object should be
> forbidden. On the other hand, with
> alter table working well, I am loathe
> to argue a table with no columns is
> an invalid argument.

While not allowed according to the SQL standard, we have decided that
tables with zero columns are valid, and the behavior of all commands and
side effects has been aligned with that.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Suchandra Thapa 2003-11-30 00:40:24 Re: ip of the user doing an insert
Previous Message Doug McNaught 2003-11-29 23:35:39 Re: Was: Triggers, Stored Procedures, PHP