safe_procs.h 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. "current_database",
  2. "format_type",
  3. "pg_get_userbyid",
  4. "pg_total_relation_size",
  5. "row_to_json",
  6. "version",
  7. "pow",
  8. // some json/jsonb functions
  9. "json_build_object",
  10. "jsonb_build_object",
  11. "jsonb_object",
  12. "jsonb_array_elements",
  13. "jsonb_array_elements_text",
  14. "jsonb_each",
  15. "jsonb_each_text",
  16. "jsonb_extract_path",
  17. "jsonb_extract_path_text",
  18. "jsonb_object_keys",
  19. "jsonb_strip_nulls",
  20. "jsonb_path_match_tz",
  21. "jsonb_path_query_tz",
  22. "jsonb_path_query_array_tz",
  23. "jsonb_path_query_first_tz",
  24. "jsonb_typeof",
  25. "pg_show_all_settings",//pgadmin
  26. "pg_is_in_recovery",//pgadmin
  27. "pg_is_wal_replay_paused",//pgadmin
  28. "has_database_privilege",//pgadmin
  29. "pg_backend_pid",//pgadmin
  30. "has_schema_privilege",//pgadmin
  31. "pg_encoding_to_char",//psql
  32. "pg_function_is_visible",//psql
  33. "pg_get_function_result",//psql
  34. "pg_get_function_arguments",//psql
  35. "pg_table_is_visible",//psql
  36. // postgis
  37. "postgis_lib_version",
  38. "st_interiorringn",
  39. "st_collectionhomogenize",
  40. "st_makeline",
  41. //dbeaver
  42. "pg_get_expr",
  43. "pg_get_partkeydef",
  44. "pg_tablespace_location",
  45. "current_schemas",