Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

dbcommands.c

  • Tom Lane's avatar
    4ab8e690
    has_table_privilege spawns scions has_database_privilege, has_function_privilege, · 4ab8e690
    Tom Lane authored
    has_language_privilege, has_schema_privilege to let SQL queries test
    all the new privilege types in 7.3.  Also, add functions pg_table_is_visible,
    pg_type_is_visible, pg_function_is_visible, pg_operator_is_visible,
    pg_opclass_is_visible to test whether objects contained in schemas are
    visible in the current search path.  Do some minor cleanup to centralize
    accesses to pg_database, as well.
    4ab8e690
    History
    has_table_privilege spawns scions has_database_privilege, has_function_privilege,
    Tom Lane authored
    has_language_privilege, has_schema_privilege to let SQL queries test
    all the new privilege types in 7.3.  Also, add functions pg_table_is_visible,
    pg_type_is_visible, pg_function_is_visible, pg_operator_is_visible,
    pg_opclass_is_visible to test whether objects contained in schemas are
    visible in the current search path.  Do some minor cleanup to centralize
    accesses to pg_database, as well.