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

From Tom Lane
Subject Re: PQprepare case sensitive?
Date
Msg-id 25652.1181315128@sss.pgh.pa.us
Whole thread Raw
In response to Re: PQprepare case sensitive?  (Michael Meskes <meskes@postgresql.org>)
Responses Re: PQprepare case sensitive?
List pgsql-interfaces
Michael Meskes <meskes@postgresql.org> writes:
> On Fri, Jun 08, 2007 at 09:56:42AM -0400, Tom Lane wrote:
>> Yes, it's assumed that any quoting/dequoting has already happened by the
>> time the name gets into the protocol message.

> But shouldn't this be documented? I failed to find it. But then this
> wouldn't be the first time I fail to find the right place in
> documentation.

Well, the point is that downcasing and quote-stripping are things that
happen in the context of parsing names within SQL statements.  We don't
do that for other names that are sent by themselves in the protocol,
such as user and database names in the startup message.  So I would not
expect it to happen for statement names either.
        regards, tom lane


pgsql-interfaces by date:

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