Document why pg_upgrade preserves pg_auth.oid (because they are stored

in pg_largeobject_metadata).
This commit is contained in:
Bruce Momjian 2011-01-07 23:02:03 -05:00
parent 2f657e4d72
commit 133641a48e
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
*
* We control all assignments of pg_enum.oid because these oids are stored
* in user tables as enum values.
*
* We control all assignments of pg_auth.oid because these oids are stored
* in pg_largeobject_metadata.
*/