From 133641a48eb9a3406fda7014a60fd42dfecfa089 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 7 Jan 2011 23:02:03 -0500 Subject: [PATCH] Document why pg_upgrade preserves pg_auth.oid (because they are stored in pg_largeobject_metadata). --- contrib/pg_upgrade/pg_upgrade.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/pg_upgrade/pg_upgrade.c b/contrib/pg_upgrade/pg_upgrade.c index 42da3ea0df..331ade1076 100644 --- a/contrib/pg_upgrade/pg_upgrade.c +++ b/contrib/pg_upgrade/pg_upgrade.c @@ -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. */ -- 2.11.0