We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1447244 commit 1f9b0e6Copy full SHA for 1f9b0e6
doc/src/sgml/bki.sgml
@@ -418,11 +418,11 @@
418
<para>
419
If <filename>genbki.pl</filename> needs to assign an OID to a catalog
420
entry that does not have a manually-assigned OID, it will use a value in
421
- the range 10000—11999. The server's OID counter is set to 12000
+ the range 10000—12999. The server's OID counter is set to 13000
422
at the start of a bootstrap run. Thus objects created by regular SQL
423
commands during the later phases of bootstrap, such as objects created
424
while running the <filename>information_schema.sql</filename> script,
425
- receive OIDs of 12000 or above.
+ receive OIDs of 13000 or above.
426
</para>
427
428
0 commit comments