Re: TkSql and pg_group... - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: TkSql and pg_group...
Date
Msg-id 8861.1026059645@sss.pgh.pa.us
Whole thread Raw
In response to TkSql and pg_group...  (Sandro Dentella <sandro.dentella@tin.it>)
Responses Re: TkSql and pg_group...
List pgsql-interfaces
Sandro Dentella <sandro.dentella@tin.it> writes:
>   I'd like to understand how should an editor cope with this case: I'd like
>   to make tksql able to edit these tables too, but I see no way to act on a
>   record in a unique way.

You should not be editing system catalogs with INSERT/UPDATE/DELETE
operations in any case.

This points up that the initdb process is pretty lax about marking
catalog columns NOT NULL, even though essentially all fixed-width
columns in the catalogs are in fact expected to not be null ...
        regards, tom lane




pgsql-interfaces by date:

Previous
From: "Harron, Vince"
Date:
Subject: binary INSERT?
Next
From: Sandro Dentella
Date:
Subject: Re: TkSql and pg_group...