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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/contrib/dblink Makefile dblink.sq ...
Date: 2002-09-14 20:28:54
Message-ID: 20020914202854.B50D1475D91@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-09-14 21:32:38 pgsql-server/contrib/intarray _int.c
Previous Message Tom Lane 2002-09-14 20:22:19 pgsql-server/contrib/dblink/sql