Re: PQprepare case sensitive? - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: PQprepare case sensitive?
Date
Msg-id 22692.1181311002@sss.pgh.pa.us
Whole thread Raw
In response to PQprepare case sensitive?  (Michael Meskes <meskes@postgresql.org>)
Responses Re: PQprepare case sensitive?
List pgsql-interfaces
Michael Meskes <meskes@postgresql.org> writes:
> I haven't looked into the sources yet, but PQprepare's behaviour in my
> new ecpglib code suggests that the statement name is case sensitive. Is
> this by design?

Yes, it's assumed that any quoting/dequoting has already happened by the
time the name gets into the protocol message.

> I wonder because a statement like this cannot be
> deallocated afterwards since the parser is case insensitive with regard
> to statement names.

Sure it can --- use quotes.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Michael Meskes
Date:
Subject: PQprepare case sensitive?
Next
From: Michael Meskes
Date:
Subject: Re: PQprepare case sensitive?