Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
66.2. Transactions and Locking
Prev UpChapter 66. Transaction ProcessingHome Next

66.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 24.1.5.1).


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

[8]ページ先頭

©2009-2025 Movatter.jp