authen
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
sp_prop_exec
Parameters
Name
Type
Mode
prop_code
text
IN
sql_text
text
IN
Definition
BEGIN PERFORM dblink_exec(fn_prop_connection($1::citext), sql_text); -- = 'OK'; RETURN 'OK'; END;