aonestar
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
fn_prop_config
Parameters
Name
Type
Mode
config_name
text
IN
default_value
text
IN (DEFAULT '')
Definition
select COALESCE(config_value, default_value) from dblink(fn_conn_authen(), format($$Select fn_get_config(%s, %L, '@SYSTEM')$$, fn_prop_id()::text, config_name)) as (config_value text)