Re: insert statements - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: insert statements
Date
Msg-id Pine.LNX.4.30.0203132112430.741-100000@peter.localdomain
Whole thread Raw
In response to insert statements  (Vince Vielhaber <vev@michvhf.com>)
Responses Re: insert statements  (Vince Vielhaber <vev@michvhf.com>)
List pgsql-hackers
Vince Vielhaber writes:

> For example:
>
> insert into foo(foo.a) values(1);
>
> fails because the table name is used.  Update statements also include the
> table name.  Both fail.  Does anyone know of a workaround?

Completely loudly to whomever wrote that SQL.  It's completely
non-standard.

(The implication I'm trying to make is that there's no way to make
PostgreSQL accept that statement.  Adding this as an extension has been
rejected in the past.)

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Bitmap indexes?
Next
From: "Christopher Kings-Lynne"
Date:
Subject: GIST