projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef19dc6
)
Add pg_upgrade comment for why we can't use template1 inheritance for
author
Bruce Momjian
<
[email protected]
>
Tue, 1 Feb 2011 17:22:34 +0000
(12:22 -0500)
committer
Bruce Momjian
<
[email protected]
>
Tue, 1 Feb 2011 17:23:08 +0000
(12:23 -0500)
the support functions.
contrib/pg_upgrade/pg_upgrade.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/pg_upgrade.c
b/contrib/pg_upgrade/pg_upgrade.c
index d3e1fefa40a4172c6fe67c909777df0b635bde8c..368c0e781a651e535aa292b5f178f14ee4012a5c 100644
(file)
--- a/
contrib/pg_upgrade/pg_upgrade.c
+++ b/
contrib/pg_upgrade/pg_upgrade.c
@@
-236,7
+236,9
@@
prepare_new_databases(void)
/*
* We have to create the databases first so we can install support
- * functions in all the other databases.
+ * functions in all the other databases. Ideally we could create
+ * the support functions in template1 but pg_dumpall creates database
+ * using the template0 template.
*/
exec_prog(true,
SYSTEMQUOTE "\"%s/psql\" --set ON_ERROR_STOP=on "