blob: cd9c9b0c3656eaf41cba8e26dac97b08c1c5e050 (
plain)
1
2
3
4
5
6
7
|
/* contrib/spi/refint--unpackaged--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION refint" to load this file. \quit
ALTER EXTENSION refint ADD function check_primary_key();
ALTER EXTENSION refint ADD function check_foreign_key();
|