Re: [HACKERS] PQescapeIdentifier
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Cc: Bruce Momjian <bruce@momjian.us>, PostgreSQL-patches <pgsql-patches@postgresql.org>
Date: 2006-07-03T03:29:19Z
Lists: pgsql-hackers
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