]> granicus.if.org Git - postgresql/commit
Fix quote_ident to use quote_identifier rather than its own, not quite
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Mar 2005 16:29:20 +0000 (16:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Mar 2005 16:29:20 +0000 (16:29 +0000)
commit775d28302cda48b3f22a2f4f9067de0cf5192fff
treef7f6cc2003523328172d2d8aab547c589a3431b0
parent6a8eb1a7b6dd48bceca9ed0e449ef8d1c09967e3
Fix quote_ident to use quote_identifier rather than its own, not quite
up-to-speed logic; in particular this will cause it to quote names that
match keywords.  Remove unnecessary multibyte cruft from quote_literal
(all backend-internal encodings are 8-bit-safe).
src/backend/utils/adt/quote.c