Skip to content

Commit 7ab55fb

Browse files
authored
Merge 2fb3fe2 into 02f9150
2 parents 02f9150 + 2fb3fe2 commit 7ab55fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ydb/library/yql/parser/pg_catalog/safe_procs.h

+8
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@
33
"pg_get_userbyid",
44
"pg_total_relation_size",
55
"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
614
"version",

0 commit comments

Comments
 (0)