8000
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 20a3830 commit 4498a34Copy full SHA for 4498a34
contrib/pg_upgrade/function.c
@@ -146,7 +146,7 @@ get_loadable_libraries(void)
146
* Fetch all libraries referenced in this DB. We can't exclude
147
* the "pg_catalog" schema because, while such functions are not
148
* explicitly dumped by pg_dump, they do reference implicit objects
149
- * that pg_dump does dump, e.g. creation of the plperl language.
+ * that pg_dump does dump, e.g. CREATE LANGUAGE plperl.
150
*/
151
ress[dbnum] = executeQueryOrDie(conn,
152
"SELECT DISTINCT probin "
0 commit comments