File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7412
7412
A <type>bigint</type> key is displayed with its
7413
7413
high-order half in the <structfield>classid</> column, its low-order half
7414
7414
in the <structfield>objid</> column, and <structfield>objsubid</> equal
7415
- to 1. Integer keys are displayed with the first key in the
7415
+ to 1. The original <type>bigint</type> value can be reassembled with the
7416
+ expression <literal>(classid::int::bit(64) << 32 |
7417
+ objid::int::bit(64))::bigint</literal>. Integer keys are displayed with the
7418
+ first key in the
7416
7419
<structfield>classid</> column, the second key in the <structfield>objid</>
7417
7420
column, and <structfield>objsubid</> equal to 2. The actual meaning of
7418
7421
the keys is up to the user. Advisory locks are local to each database,
You can’t perform that action at this time.
0 commit comments