aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-05-27 06:45:29 -0400
committerBruce Momjian <bruce@momjian.us>2012-05-27 06:45:29 -0400
commit4498a3407acfff83ab791d0d9764c70566ab840f (patch)
tree6073fe8cb10a3cea2a158b3822cfd6d65115c5e3
parent20a3830b81d07aca1b8c3e954b4bc49d0847c51d (diff)
downloadpostgresql-4498a3407acfff83ab791d0d9764c70566ab840f.tar.gz
postgresql-4498a3407acfff83ab791d0d9764c70566ab840f.zip
Improve pg_upgrade C comment.
-rw-r--r--contrib/pg_upgrade/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/function.c b/contrib/pg_upgrade/function.c
index afa75431253..90e8a9f5811 100644
--- a/contrib/pg_upgrade/function.c
+++ b/contrib/pg_upgrade/function.c
@@ -146,7 +146,7 @@ get_loadable_libraries(void)
* Fetch all libraries referenced in this DB. We can't exclude
* the "pg_catalog" schema because, while such functions are not
* explicitly dumped by pg_dump, they do reference implicit objects
- * that pg_dump does dump, e.g. creation of the plperl language.
+ * that pg_dump does dump, e.g. CREATE LANGUAGE plperl.
*/
ress[dbnum] = executeQueryOrDie(conn,
"SELECT DISTINCT probin "