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 4fca795 commit ce1489fCopy full SHA for ce1489f
src/bin/pg_dump/pg_dump.c
@@ -12,7 +12,7 @@
12
* by PostgreSQL
13
*
14
* IDENTIFICATION
15
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.557 2009/12/18 21:28:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.558 2009/12/19 04:13:30 itagaki Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -4613,7 +4613,7 @@ getProcLangs(int *numProcLangs)
4613
"lanvalidator, lanacl, "
4614
"(%s lanowner) AS lanowner "
4615
"FROM pg_language "
4616
- "WHERE lanispl%s"
+ "WHERE lanispl%s "
4617
"ORDER BY oid",
4618
username_subquery,
4619
binary_upgrade ? "\nAND lanname != 'plpgsql'" : "");
0 commit comments