postgresql/src
Peter Eisentraut 1c51c7d5ff Add PL/Python functions for quoting strings
Add functions plpy.quote_ident, plpy.quote_literal,
plpy.quote_nullable, which wrap the equivalent SQL functions.

To be able to propagate char * constness properly, make the argument
of quote_literal_cstr() const char *.  This also makes it more
consistent with quote_identifier().

Jan Urbański, reviewed by Hitoshi Harada, some refinements by Peter
Eisentraut
2011-02-22 23:41:23 +02:00
..
backend Add PL/Python functions for quoting strings 2011-02-22 23:41:23 +02:00
bin Set psql client encoding from locale by default 2011-02-19 08:54:58 +02:00
include Add PL/Python functions for quoting strings 2011-02-22 23:41:23 +02:00
interfaces Set psql client encoding from locale by default 2011-02-19 08:54:58 +02:00
makefiles Allow make check in PL directories 2011-02-15 06:52:12 +02:00
pl Add PL/Python functions for quoting strings 2011-02-22 23:41:23 +02:00
port Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. 2011-02-13 00:14:47 -05:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Add ENCODING option to COPY TO/FROM and file_fdw. 2011-02-21 14:32:40 +09:00
timezone Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tools Use $INDENT instead of `which` to find the indent binary 2011-02-18 12:49:16 -03:00
tutorial Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
Makefile.global.in Allow make check in PL directories 2011-02-15 06:52:12 +02:00
Makefile.shlib Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00