Commit 2bb87a61 authored by Bruce Momjian's avatar Bruce Momjian

Add pg_upgrade comment for why we can't use template1 inheritance for

the support functions.
parent ef19dc6d
...@@ -236,7 +236,9 @@ prepare_new_databases(void) ...@@ -236,7 +236,9 @@ prepare_new_databases(void)
/* /*
* We have to create the databases first so we can install support * 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, exec_prog(true,
SYSTEMQUOTE "\"%s/psql\" --set ON_ERROR_STOP=on " SYSTEMQUOTE "\"%s/psql\" --set ON_ERROR_STOP=on "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment