1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-14 02:22:38 +03:00
Files
contrib
array
datetime
int8
ip_and_mac
linux
miscutil
pginterface
sequence
soundex
spi
Makefile
README
autoinc.c
autoinc.example
autoinc.source
insert_username.c
insert_username.example
insert_username.source
refint.c
refint.example
refint.source
timetravel.c
timetravel.example
timetravel.source
string
unixdate
userlock
doc
migration
src
COPYRIGHT
HISTORY
INSTALL
README
register.txt
postgres/contrib/spi/refint.source
1997-09-11 06:51:23 +00:00

15 lines
274 B
Plaintext

DROP FUNCTION check_primary_key ();
DROP FUNCTION check_foreign_key ();
CREATE FUNCTION check_primary_key ()
RETURNS opaque
AS '_OBJWD_/refint_DLSUFFIX_'
LANGUAGE 'c'
;
CREATE FUNCTION check_foreign_key ()
RETURNS opaque
AS '_OBJWD_/refint_DLSUFFIX_'
LANGUAGE 'c'
;