Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
74.2. Transactions and Locking
Prev UpChapter 74. Transaction ProcessingHome Next

74.2. Transactions and Locking#

The transaction IDs of currently executing transactions are shown inpg_locks in columnsvirtualxid andtransactionid. Read-only transactions will havevirtualxids but NULLtransactionids, while both columns will be set in read-write transactions.

Some lock types wait onvirtualxid, while other types wait ontransactionid. Row-level read and write locks are recorded directly in the locked rows and can be inspected using thepgrowlocks extension. Row-level read locks might also require the assignment of multixact IDs (mxid; seeSection 25.1.5.1).


Prev Up Next
74.1. Transactions and Identifiers Home 74.3. Subtransactions
pdfepub
Go to PostgreSQL 16
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp