postgresql/contrib/tablefunc
Robert Haas 4343c0e546 Expose quote_literal_cstr() from core.
This eliminates the need for inefficient implementions of this
functionality in both contrib/dblink and contrib/tablefunc, so remove
them.  The upcoming patch implementing an in-core format() function
will also require this functionality.

In passing, add some regression tests.
2010-11-20 10:04:48 -05:00
..
data Have crosstab variants treat NULL rowid as a category in its own right, 2007-11-10 05:00:41 +00:00
expected Fix a few contrib regression test scripts that hadn't gotten the word 2007-11-13 06:29:04 +00:00
sql Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:40 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
tablefunc.c Expose quote_literal_cstr() from core. 2010-11-20 10:04:48 -05:00
tablefunc.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
tablefunc.sql.in Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
uninstall_tablefunc.sql Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00