postgresql/contrib/dblink
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
..
expected Change the interpretation of the primary_key_attnums parameter of 2010-06-15 20:29:01 +00:00
sql Change the interpretation of the primary_key_attnums parameter of 2010-06-15 20:29:01 +00:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:40 -04:00
dblink.c Expose quote_literal_cstr() from core. 2010-11-20 10:04:48 -05:00
dblink.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
dblink.sql.in Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile Improved parallel make support 2010-11-12 22:15:16 +02:00
uninstall_dblink.sql Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00