Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef19dc6 commit 2bb87a6Copy full SHA for 2bb87a6
contrib/pg_upgrade/pg_upgrade.c
@@ -236,7 +236,9 @@ prepare_new_databases(void)
236
237
/*
238
* We have to create the databases first so we can install support
239
- * functions in all the other databases.
+ * functions in all the other databases. Ideally we could create
240
+ * the support functions in template1 but pg_dumpall creates database
241
+ * using the template0 template.
242
*/
243
exec_prog(true,
244
SYSTEMQUOTE "\"%s/psql\" --set ON_ERROR_STOP=on "
0 commit comments