Re: insert statements

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Vince Vielhaber <vev(at)michvhf(dot)com>
Cc: <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: insert statements
Date: 2002-03-14 02:14:25
Message-ID: Pine.LNX.4.30.0203132112430.741-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 2002-03-14 02:25:39 Re: insert statements
Previous Message Bruce Momjian 2002-03-14 02:07:41 Re: Bitmap indexes?