From 2193a856a229026673cbc56310cd0bddf7b5ea25 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 13 Apr 2005 18:54:57 +0000 Subject: Simplify initdb-time assignment of OIDs as I proposed yesterday, and avoid encroaching on the 'user' range of OIDs by allowing automatic OID assignment to use values below 16k until we reach normal operation. initdb not forced since this doesn't make any incompatible change; however a lot of stuff will have different OIDs after your next initdb. --- doc/src/sgml/bki.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/bki.sgml b/doc/src/sgml/bki.sgml index 23fb02a8cfc..7aec23130d6 100644 --- a/doc/src/sgml/bki.sgml +++ b/doc/src/sgml/bki.sgml @@ -1,5 +1,5 @@ @@ -167,8 +167,8 @@ $PostgreSQL: pgsql/doc/src/sgml/bki.sgml,v 1.14 2005/03/29 19:44:22 tgl Exp $ values and oid_value for its OID. If oid_value is zero - (0) or the clause is omitted, then the next available OID is - used. + (0) or the clause is omitted, and the table has OIDs, then the + next available OID is assigned. -- cgit v1.2.3