Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
71.2. Transactions and Locking
Prev UpChapter 71. Transaction ProcessingHome Next

71.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 23.1.5.1).


Prev Up Next
71.1. Transactions and Identifiers Home 71.3. Subtransactions
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