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 2391396 commit 6f8d200Copy full SHA for 6f8d200
src/bin/pg_dump/pg_dumpall.c
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1994, Regents of the University of California
7
*
8
9
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.130 2010/01/05 21:53:59 rhaas Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.131 2010/01/06 03:34:41 momjian Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -969,7 +969,7 @@ dumpTablespaces(PGconn *conn)
969
res = executeQuery(conn, "SELECT spcname, "
970
"pg_catalog.pg_get_userbyid(spcowner) AS spcowner, "
971
"spclocation, spcacl, null, "
972
- "pg_catalog.shobj_description(oid, 'pg_tablespace'), "
+ "pg_catalog.shobj_description(oid, 'pg_tablespace') "
973
"FROM pg_catalog.pg_tablespace "
974
"WHERE spcname !~ '^pg_' "
975
"ORDER BY 1");
0 commit comments