pgsql-server/contrib/dblink Makefile dblink.sq ...

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/09/14 16:28:54

Modified files:
contrib/dblink : Makefile dblink.sql.in
Added files:
contrib/dblink/expected: dblink.out
contrib/dblink/sql: dblink.sql
Removed files:
contrib/dblink : dblink.test.expected.out dblink.test.sql
dblink_check.sh

Log message:
The attached adds GRANTs to PUBLIC for dblink functions, removes the
non-standard regression test, and adds standard installcheck regression test
support.

The test creates a second database (regression_slave) and drops it again, in
order to avoid the cheesy-ness of connecting back to the same database ;-)

Joe Conway