Re: dlgTable_patch - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: dlgTable_patch
Date
Msg-id 3F336198.6010005@pse-consulting.de
Whole thread Raw
In response to dlgTable_patch  ("Hiroshi Saito" <saito@inetrt.skcapi.co.jp>)
List 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


pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: dlgDomain_patch
Next
From: Andreas Pflug
Date:
Subject: Re: dlgTable_patch2