mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Document why pg_upgrade preserves pg_auth.oid (because they are stored
in pg_largeobject_metadata).
This commit is contained in:
@ -28,6 +28,9 @@
|
|||||||
*
|
*
|
||||||
* We control all assignments of pg_enum.oid because these oids are stored
|
* We control all assignments of pg_enum.oid because these oids are stored
|
||||||
* in user tables as enum values.
|
* in user tables as enum values.
|
||||||
|
*
|
||||||
|
* We control all assignments of pg_auth.oid because these oids are stored
|
||||||
|
* in pg_largeobject_metadata.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user