-- ----
lock table @NAMESPACE@.sl_config_lock;
- raise notice 'subscribe set: omit_copy=%', p_omit_copy;
-
-
--
-- Check that the receiver exists
-- ----
lock table @NAMESPACE@.sl_config_lock;
- raise notice 'subscribe set: omit_copy=%', p_omit_copy;
-
-- ----
-- Provider change is only allowed for active sets
-- ----
end $$ language plpgsql;
comment on function @NAMESPACE@.store_application_name (i_name text) is
-'Set application_name GUC, if possible. Returns NULL if it fails to work.';
\ No newline at end of file
+'Set application_name GUC, if possible. Returns NULL if it fails to work.';