insert statements

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: insert statements
Date: 2002-03-14 00:32:33
Message-ID: Pine.BSF.4.40.0203131904270.99604-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)michvhf(dot)com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Clift 2002-03-14 00:38:11 Re: Archives
Previous Message Greg Copeland 2002-03-13 23:07:32 Bitmap indexes?