The attached adds GRANTs to PUBLIC for dblink functions, removes the
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dblink/dblink_check.sh | deleted | +0 −15 |
| contrib/dblink/dblink.sql.in | modified | +22 −4 |
| contrib/dblink/expected/dblink.out (from contrib/dblink/dblink.test.expected.out) | renamed | +96 −39 |
| contrib/dblink/Makefile | modified | +2 −3 |
| contrib/dblink/sql/dblink.sql (from contrib/dblink/dblink.test.sql) | renamed | +78 −24 |