Skip to content

Commit c94e20d

Browse files
authored
DBeaver to safe procs (#7558)
1 parent 169c92d commit c94e20d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@
2121

2222
// postgis
2323
"postgis_lib_version",
24+
25+
//dbeaver
26+
"pg_get_expr",
27+
"pg_get_partkeydef",
28+
"pg_tablespace_location",
29+
"current_schemas",

ydb/library/yql/tests/sql/yt_native_file/part12/canondata/result.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2933,9 +2933,9 @@
29332933
],
29342934
"test.test[pg_catalog-pg_description_pg_syntax-default.txt-Results]": [
29352935
{
2936-
"checksum": "3a9969956a7c8733e206e1c48b69fb6b",
2936+
"checksum": "eb554063631a6cc6651dafeb9604e07f",
29372937
"size": 2768,
2938-
"uri": "https://{canondata_backend}/1781765/06385bbe3cc26f7636fda0884cd00a6af1e2b081/resource.tar.gz#test.test_pg_catalog-pg_description_pg_syntax-default.txt-Results_/results.txt"
2938+
"uri": "https://{canondata_backend}/1925842/98b226ff2d3bf479e3a19a07499c6861d2975d73/resource.tar.gz#test.test_pg_catalog-pg_description_pg_syntax-default.txt-Results_/results.txt"
29392939
}
29402940
],
29412941
"test.test[pg_catalog-pg_timezone_abbrevs-default.txt-Debug]": [

0 commit comments

Comments
 (0)