バージョンごとのドキュメント一覧

28.3. ロックの表示 #

<title>Viewing Locks</title>

Another useful tool for monitoring database activity is the <structname>pg_locks</structname> system table. It allows the database administrator to view information about the outstanding locks in the lock manager. For example, this capability can be used to: この他に、データベース活動状況の監視に役立つツールとしてpg_locksシステムテーブルがあります。 これにより、データベース管理者はロックマネージャ内の未解決のロックに関する情報を参照することができます。 例えば、この機能を使用すると以下のことができます。

Details of the <structname>pg_locks</structname> view appear in <xref linkend="view-pg-locks"/>. For more information on locking and managing concurrency with <productname>PostgreSQL</productname>, refer to <xref linkend="mvcc"/>. pg_locksビューの詳細は、54.12にあります。 PostgreSQLのロックと同時実行性についての詳細は、第13章を参照してください。