Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095e6c5 commit 5ea6c9dCopy full SHA for 5ea6c9d
doc/src/sgml/catalogs.sgml
@@ -7413,8 +7413,8 @@
7413
high-order half in the <structfield>classid</> column, its low-order half
7414
in the <structfield>objid</> column, and <structfield>objsubid</> equal
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
+ expression <literal>(classid::bigint << 32) |
+ objid::bigint</literal>. Integer keys are displayed with the
7418
first key in the
7419
<structfield>classid</> column, the second key in the <structfield>objid</>
7420
column, and <structfield>objsubid</> equal to 2. The actual meaning of
0 commit comments