We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9d0fd commit 2fb3fe2Copy full SHA for 2fb3fe2
ydb/library/yql/parser/pg_catalog/safe_procs.h
@@ -3,4 +3,12 @@
3
"pg_get_userbyid",
4
"pg_total_relation_size",
5
"row_to_json",
6
+"set_config",//pgadmin
7
+"pg_is_in_recovery",//pgadmin
8
+"pg_is_wal_replay_paused",//pgadmin
9
+"pg_encoding_to_char",//psql
10
+"pg_function_is_visible",//psql
11
+"pg_get_function_result",//psql
12
+"pg_get_function_arguments",//psql
13
+"pg_table_is_visible",//psql
14
"version",
0 commit comments