mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Add a whitespace to fix the query to dump large objects.
PL/pgSQL-by-default patch broke the code for 8.3 <= server_version < 8.5.
This commit is contained in:
parent
4fca795de4
commit
ce1489fa94
@ -12,7 +12,7 @@
|
|||||||
* by PostgreSQL
|
* by PostgreSQL
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -4613,7 +4613,7 @@ getProcLangs(int *numProcLangs)
|
|||||||
"lanvalidator, lanacl, "
|
"lanvalidator, lanacl, "
|
||||||
"(%s lanowner) AS lanowner "
|
"(%s lanowner) AS lanowner "
|
||||||
"FROM pg_language "
|
"FROM pg_language "
|
||||||
"WHERE lanispl%s"
|
"WHERE lanispl%s "
|
||||||
"ORDER BY oid",
|
"ORDER BY oid",
|
||||||
username_subquery,
|
username_subquery,
|
||||||
binary_upgrade ? "\nAND lanname != 'plpgsql'" : "");
|
binary_upgrade ? "\nAND lanname != 'plpgsql'" : "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user