]> 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:31 +0000 (16:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Mar 2005 16:29:31 +0000 (16:29 +0000)
commit1cef5beeea8b39a84a161c16bac0af7ee1ed2df4
tree6e18e16d4f3e09d05d56a2b8ea07ee649dd55127
parent8ae13aac520a93ec684b6275adfee03c9994f513
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