mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 07:13:09 -05:00
24 lines
636 B
Text
24 lines
636 B
Text
QUERY: CREATE FUNCTION widget_in(opaque)
|
|
RETURNS widget
|
|
AS '_OBJWD_/regress_DLSUFFIX_'
|
|
LANGUAGE 'c';
|
|
NOTICE:ProcedureCreate: type 'widget' is not yet defined
|
|
QUERY: CREATE FUNCTION widget_out(opaque)
|
|
RETURNS opaque
|
|
AS '_OBJWD_/regress_DLSUFFIX_'
|
|
LANGUAGE 'c';
|
|
QUERY: CREATE FUNCTION check_primary_key ()
|
|
RETURNS opaque
|
|
AS '_OBJWD_/../../../contrib/spi/refint.so'
|
|
LANGUAGE 'c'
|
|
;
|
|
QUERY: CREATE FUNCTION check_foreign_key ()
|
|
RETURNS opaque
|
|
AS '_OBJWD_/../../../contrib/spi/refint.so'
|
|
LANGUAGE 'c'
|
|
;
|
|
QUERY: CREATE FUNCTION funny_dup17 ()
|
|
RETURNS opaque
|
|
AS '_OBJWD_/regress.so'
|
|
LANGUAGE 'c'
|
|
;
|