Positional parameters and question mark notation - Mailing list pgsql-general

From Andreas Lubensky
Subject Positional parameters and question mark notation
Date
Msg-id 1390212048.25173.150.camel@aries.cognitec-systems.de
Whole thread Raw
Responses Re: Positional parameters and question mark notation  (Dmitriy Igrishin <dmitigr@gmail.com>)
List pgsql-general
Hi,

Is there any way to make PostgreSQL support the question mark (?)
notation instead of the dollar sign ($1, $2...) for prepared statements?
Most databases use the question mark notation and we have a set of
simple queries that are supposed to be portable across different
database systems. So far we use PostgreSQL via ODBC, but now we want to
switch to a native libpq implementation.

--
with best regards,

Andreas Lubensky



pgsql-general by date:

Previous
From: Sameer Kumar
Date:
Subject: Re: using rpmbuild with PostgreSQL 9.2.6 source code
Next
From: Dmitriy Igrishin
Date:
Subject: Re: Positional parameters and question mark notation