From: Bruce Momjian Date: Tue, 28 Aug 2012 16:17:11 +0000 (-0400) Subject: Update doc mention of how to compute bigint advisory lock value, per Tom X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5ea6c9d79882815d4cc1c3c302f415eb637466f2;p=users%2Fc2main%2Fpostgres.git Update doc mention of how to compute bigint advisory lock value, per Tom Lane's correction. --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index bf568f1811..3bcd82cbdd 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -7413,8 +7413,8 @@ high-order half in the classid column, its low-order half in the objid column, and objsubid equal to 1. The original bigint value can be reassembled with the - expression (classid::int::bit(64) << 32 | - objid::int::bit(64))::bigint. Integer keys are displayed with the + expression (classid::bigint << 32) | + objid::bigint. Integer keys are displayed with the first key in the classid column, the second key in the objid column, and objsubid equal to 2. The actual meaning of