Re: [BUGS] BUG #1178: PQexecPrepared - PostgreSQL 7.4.1

2004-06-24 Thread Theo Kramer
On Tue, 2004-06-22 at 19:23, Tom Lane wrote: > "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > > PQexec(conn, > >"PREPARE S123_000 (text) AS SELECT * from test1 WHERE t = $1"); > > When invoking PQexecPrepared() I get the following message from the backend > > ERROR: prepared stateme

Re: [BUGS] BUG #1178: PQexecPrepared - PostgreSQL 7.4.1

2004-06-22 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > PQexec(conn, >"PREPARE S123_000 (text) AS SELECT * from test1 WHERE t = $1"); > When invoking PQexecPrepared() I get the following message from the backend > ERROR: prepared statement "S123_" does not exist Case sensitivity. P

[BUGS] BUG #1178: PQexecPrepared - PostgreSQL 7.4.1

2004-06-22 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1178 Logged by: Theo Kramer Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Redhat Linux 9 Description:PQexecPrepared - PostgreSQL 7.4.1 Details: I am having a problem with PQex