mirror of https://github.com/postgres/postgres
8 lines
298 B
SQL
8 lines
298 B
SQL
/* 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();
|