Re: using schema-qualified names in INSERTs - Mailing list pgsql-general

From John D. Burger
Subject Re: using schema-qualified names in INSERTs
Date
Msg-id d3c839a7268caf5381c0719d4090ea0f@mitre.org
Whole thread Raw
In response to Re: using schema-qualified names in INSERTs  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: using schema-qualified names in INSERTs
List pgsql-general
>> ... I can imagine that allowing the syntax on INSERT might simplify
>> the
>> generation of SQL in certain circumstances.  There's also the
>> Principle
>> of Least Surprise, etc.
>
> There's also something called the SQL standard, which forbids both of
> those syntaxes.

Ah - I should have checked that.

I sometimes have trouble understanding the edicts of the wise ones -
anyone know what the rationale for this is?

- John D. Burger
   MITRE


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: using schema-qualified names in INSERTs
Next
From: Tony Caduto
Date:
Subject: Re: Why does an ON SELECT rule have to be named "_RETURN"?