aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_catalog/safe_procs.h
blob: 475711e60165bb9d7f7ac945e9fb9d779b2a67de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
"current_database",
"format_type",
"pg_get_userbyid",
"pg_total_relation_size",
"row_to_json",
"version",
"pow",

// some json/jsonb functions
"json_build_object",
"jsonb_build_object",
"jsonb_object",
"jsonb_array_elements",
"jsonb_array_elements_text",
"jsonb_each",
"jsonb_each_text",
"jsonb_extract_path",
"jsonb_extract_path_text",
"jsonb_object_keys",
"jsonb_strip_nulls",
"jsonb_path_match_tz",
"jsonb_path_query_tz",
"jsonb_path_query_array_tz",
"jsonb_path_query_first_tz",
"jsonb_typeof",

"pg_show_all_settings",//pgadmin
"pg_is_in_recovery",//pgadmin
"pg_is_wal_replay_paused",//pgadmin
"has_database_privilege",//pgadmin
"pg_backend_pid",//pgadmin
"has_schema_privilege",//pgadmin

"pg_encoding_to_char",//psql
"pg_function_is_visible",//psql
"pg_get_function_result",//psql
"pg_get_function_arguments",//psql
"pg_table_is_visible",//psql

// postgis
"postgis_lib_version",
"st_interiorringn",
"st_collectionhomogenize",
"st_makeline",

//dbeaver
"pg_get_expr",
"pg_get_partkeydef",
"pg_tablespace_location",
"current_schemas",