Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Regarding the NOTICE
> CREATE TABLE will create implicit triggers for foreign-key checks
> Does anyone care?
I was thinking just the other day that it seemed to be useless clutter.
> The other "helpful" notices about sequences for serial columns and
Peter Eisentraut wrote:
> Regarding the NOTICE
>
> CREATE TABLE will create implicit triggers for foreign-key checks
>
> Does anyone care?
I don't care but is a way for a beginner to understand that behind
a foreign key there is a TRIGGER that have not a 0 cost.
> The other "helpful" notices about