The attached adds GRANTs to PUBLIC for dblink functions, removes the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d724c314da727d21cd66c219a62d601e10693789
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-09-14T20:28:54Z
Releases: 7.3.1
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

PathChange+/−
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