case sensitivity in PQExecPrepared - Mailing list pgsql-hackers

From Merlin Moncure
Subject case sensitivity in PQExecPrepared
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AEE4@Herge.rcsinc.local
Whole thread Raw
Responses Re: case sensitivity in PQExecPrepared  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I noticed a curious thing (not sure if by design or not).

While using the PQExecPrepared interface, the statement name passed to
the function (as a const char*) has to be in lower case to get it to
work.  I kind of understand why this is, but it is kind of weird that
passing the exact same statement name to PQExecPrepared and PREPARE does
not work if it contains any upper case characters.

Just FYI.
Merlin



pgsql-hackers by date:

Previous
From: Ian Burrell
Date:
Subject: Re: Memory management with C aggregate
Next
From: Andreas Pflug
Date:
Subject: Re: serverlog rotation/functions