]> granicus.if.org Git - postgresql/commit
Added functions
authorJan Wieck <JanWieck@Yahoo.com>
Tue, 5 Sep 2000 20:25:14 +0000 (20:25 +0000)
committerJan Wieck <JanWieck@Yahoo.com>
Tue, 5 Sep 2000 20:25:14 +0000 (20:25 +0000)
commitdaf1e3a7026e367d630be3ac34ac0a9e7cf1340f
tree88420f149500bb3205f390fc7e3c42907e0e66b9
parentd7f1e110267de738499ec6dc8b7cf6443e8c3a67
Added functions
    quote_ident(text) returns text
    quote_literal(text) returns text

These are handy to build up properly quoted query strings
for the new PL/pgSQL EXECUTE functionality to submit
dynamic DDL statements.

Jan
src/backend/utils/adt/Makefile
src/backend/utils/adt/quote.c [new file with mode: 0644]
src/include/catalog/pg_proc.h
src/include/utils/builtins.h