目次
pg_aiospg_available_extensionspg_available_extension_versionspg_backend_memory_contextspg_configpg_cursorspg_file_settingspg_grouppg_hba_file_rulespg_ident_file_mappingspg_indexespg_lockspg_matviewspg_policiespg_prepared_statementspg_prepared_xactspg_publication_tablespg_replication_origin_statuspg_replication_slotspg_rolespg_rulespg_seclabelspg_sequencespg_settingspg_shadowpg_shmem_allocationspg_shmem_allocations_numapg_statspg_stats_extpg_stats_ext_exprspg_tablespg_timezone_abbrevspg_timezone_namespg_userpg_user_mappingspg_viewspg_wait_eventsIn addition to the system catalogs, <productname>PostgreSQL</productname> 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. システムカタログに加えPostgreSQLは数多くの組み込みビューを提供しています。 システムビューはいくつかの一般的に使用されるシステムカタログに対する問い合わせに手近にアクセスできるようにします。 他のビューはサーバ状態内部へのアクセスを提供します。
The information schema (<xref linkend="information-schema"/>) 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 are <productname>PostgreSQL</productname>-specific, it's usually better to use the information schema if it provides all the information you need. 情報スキーマ(第35章)はシステムビューと重複する、もう一方のビューの集合を提供しています。 ここで説明しているビューはPostgreSQL特有のものであるのに対し、情報スキーマは標準SQLであることから、もし情報スキーマが必要とする情報をすべて提供してくれるのであれば情報スキーマを使用する方が良いでしょう。
<xref linkend="view-table"/> 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 in <xref linkend="monitoring-stats-views-table"/>. 表 53.1は、ここで説明しているシステムビューの一覧です。 それぞれのビューのさらに詳細な説明は、これより後に述べられています。 蓄積された統計情報の結果にアクセスするためのいくつかの追加のビューがあります。 それらは表 27.2で説明されています。