]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: update bki.sgml's statements about OID ranges.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 May 2021 21:41:07 +0000 (17:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 May 2021 21:41:07 +0000 (17:41 -0400)
Commit ab596105b neglected to make the docs match the code.

doc/src/sgml/bki.sgml

index db1b3d5e9a028a435c17cce252a14f4a54f0c2ff..b33e59d5e42c5289f9bc68bb01bc540efcd07e28 100644 (file)
    <para>
     If <filename>genbki.pl</filename> needs to assign an OID to a catalog
     entry that does not have a manually-assigned OID, it will use a value in
-    the range 10000&mdash;11999.  The server's OID counter is set to 12000
+    the range 10000&mdash;12999.  The server's OID counter is set to 13000
     at the start of a bootstrap run.  Thus objects created by regular SQL
     commands during the later phases of bootstrap, such as objects created
     while running the <filename>information_schema.sql</filename> script,
-    receive OIDs of 12000 or above.
+    receive OIDs of 13000 or above.
    </para>
 
    <para>