Re: [HACKERS] PQescapeIdentifier - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] PQescapeIdentifier
Date
Msg-id 22562.1151897359@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] PQescapeIdentifier  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: [HACKERS] PQescapeIdentifier  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> Hang on a second.  Has someone considered the encoding issues this might
> suffer from, same as PQescapeString?

That was the point I raised when I saw the commit.

My advice is we shouldn't have PQescapeIdentifier at all.
PQescapeIdentifierConn would be the thing to define,
parallel to PQescapeStringConn.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: table/index fillfactor control, try 3
Next
From: Tom Lane
Date:
Subject: Re: ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)