insert statements - Mailing list pgsql-hackers

From Vince Vielhaber
Subject insert statements
Date
Msg-id Pine.BSF.4.40.0203131904270.99604-100000@paprika.michvhf.com
Whole thread Raw
Responses Re: insert statements  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I'm trying to use latest version of PostNuke which uses adodb for the
database layer.  The problem is in the insert and update statements.
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?

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: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: Survey results on Oracle/M$NT4 to PG72/RH72 migration
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Bug #613: Sequence values fall back to previously chec kpointed