Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
Chapter 53. System Views
Prev UpPart VII. InternalsHome Next

Chapter 53. System Views

Table of Contents

53.1. Overview
53.2.pg_available_extensions
53.3.pg_available_extension_versions
53.4.pg_backend_memory_contexts
53.5.pg_config
53.6.pg_cursors
53.7.pg_file_settings
53.8.pg_group
53.9.pg_hba_file_rules
53.10.pg_ident_file_mappings
53.11.pg_indexes
53.12.pg_locks
53.13.pg_matviews
53.14.pg_policies
53.15.pg_prepared_statements
53.16.pg_prepared_xacts
53.17.pg_publication_tables
53.18.pg_replication_origin_status
53.19.pg_replication_slots
53.20.pg_roles
53.21.pg_rules
53.22.pg_seclabels
53.23.pg_sequences
53.24.pg_settings
53.25.pg_shadow
53.26.pg_shmem_allocations
53.27.pg_stats
53.28.pg_stats_ext
53.29.pg_stats_ext_exprs
53.30.pg_stats_vacuum_database
53.31.pg_stats_vacuum_indexes
53.32.pg_stats_vacuum_tables
53.33.pg_tables
53.34.pg_timezone_abbrevs
53.35.pg_timezone_names
53.36.pg_user
53.37.pg_user_mappings
53.38.pg_views

In addition to the system catalogs,Postgres Pro provides a number of built-in views. Some system views provide convenient access to some commonly used queries on the system catalogs. Other views provide access to internal server state.

The information schema (Chapter 36) provides an alternative set of views which overlap the functionality of the system views. Since the information schema is SQL-standard whereas the views described here arePostgres Pro-specific, it's usually better to use the information schema if it provides all the information you need.

Table 53.1 lists the system views described here. More detailed documentation of each view follows below. There are some additional views that provide access to accumulated statistics; they are described inTable 26.2.


Prev Up Next
52.67. pg_user_mapping Home 53.1. Overview
pdfepub
Go to Postgres Pro Standard 16
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp