Re: insert statements - Mailing list pgsql-hackers

From Vince Vielhaber
Subject Re: insert statements
Date
Msg-id Pine.BSF.4.40.0203140821310.7527-100000@paprika.michvhf.com
Whole thread Raw
In response to Re: insert statements  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: insert statements  (Michael Alan Dorman <mdorman@debian.org>)
List pgsql-hackers
On Wed, 13 Mar 2002, Peter Eisentraut wrote:

> 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.)

I'm now wondering why it was rejected.  I couldn't try this last nite
so I just tried it now.  Here's with Sybase 11.0.3.3 :

1> create table foo(a int)
2> go
1> insert into foo(a) values(1)
2> go
(1 row affected)
1> insert into foo(foo.a) values(2)
2> go
(1 row affected)
1>

And I suspect more than just mysql and sybase accept either syntax.
Right now I'm modifying postnuke but that's only a short term solution,
and I wouldn't want to add it to PostgreSQL either 'cuze if it remains
rejected that would hamper upgrades.  ROCK --> ME <-- HARD PLACE   :)
There are really no other decent CMSs available that support PostgreSQL.

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net        56K Nationwide Dialup from $16.00/mo
atPop4 Networking       Online Campground Directory    http://www.camping-usa.com      Online Giftshop Superstore
http://www.cloudninegifts.com
==========================================================================





pgsql-hackers by date:

Previous
From: Turbo Fredriksson
Date:
Subject: Re: 'Following' the Primary key
Next
From: Hannu Krosing
Date:
Subject: Re: Survey results on Oracle/M$NT4 to PG72/RH72 migration