diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-05-12 17:41:07 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-05-12 17:41:07 -0400 |
commit | 1f9b0e6938054515b8c9df545437c3d347eed683 (patch) | |
tree | 44a14ee09f70793f2d34d560e429e273c55f4674 /doc/src | |
parent | 14472442861ca95cc9158518acdedf740c4bff55 (diff) | |
download | postgresql-1f9b0e6938054515b8c9df545437c3d347eed683.tar.gz postgresql-1f9b0e6938054515b8c9df545437c3d347eed683.zip |
Doc: update bki.sgml's statements about OID ranges.
Commit ab596105b neglected to make the docs match the code.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/bki.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/bki.sgml b/doc/src/sgml/bki.sgml index db1b3d5e9a0..b33e59d5e42 100644 --- a/doc/src/sgml/bki.sgml +++ b/doc/src/sgml/bki.sgml @@ -418,11 +418,11 @@ <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—11999. The server's OID counter is set to 12000 + the range 10000—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> |