From: Bruce Momjian Date: Sun, 27 May 2012 10:45:29 +0000 (-0400) Subject: Improve pg_upgrade C comment. X-Git-Url: http://git.postgresql.org/gitweb/static/developers.postgresql.org?a=commitdiff_plain;h=4498a3407acfff83ab791d0d9764c70566ab840f;p=users%2Frhaas%2Fpostgres.git Improve pg_upgrade C comment. --- diff --git a/contrib/pg_upgrade/function.c b/contrib/pg_upgrade/function.c index afa7543125..90e8a9f581 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 "