Re: dlgTable_patch

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: dlgTable_patch
Date: 2003-08-08 08:38:48
Message-ID: 3F336198.6010005@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hiroshi Saito wrote:

>Hi Andreas.
>
>It can't be operated by the table which has one column.
>Operation is drop.
>This becomes the table of the sky.
>You should prevent Drop operation from doing it if it is presumed injustice
>operation
>though the intention of this operation is strange.
>
>I think that it should do this patch from the flow.
>Which is better?
>
>
Hi Hiroshi,

I can't see a problem about the present code (with 7.3), a table must
have at least one column. If you dropped the last in that columns list,
you must add another to have a working table.
I just added the new 7.4's feature, being able to have zero columns
(whatever that's good for...).

Regards,
Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-08-08 08:43:21 Re: dlgTable_patch2
Previous Message Andreas Pflug 2003-08-08 08:10:06 Re: dlgDomain_patch