File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 * Portions Copyright (c) 1994, Regents of the University of California
77 *
88 *
9- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.130 2010/01/05 21:53:59 rhaas Exp $
9+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.131 2010/01/06 03:34:41 momjian Exp $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
@@ -969,7 +969,7 @@ dumpTablespaces(PGconn *conn)
969969 res = executeQuery (conn , "SELECT spcname, "
970970 "pg_catalog.pg_get_userbyid(spcowner) AS spcowner, "
971971 "spclocation, spcacl, null, "
972- "pg_catalog.shobj_description(oid, 'pg_tablespace'), "
972+ "pg_catalog.shobj_description(oid, 'pg_tablespace') "
973973 "FROM pg_catalog.pg_tablespace "
974974 "WHERE spcname !~ '^pg_' "
975975 "ORDER BY 1" );
You can’t perform that action at this time.
0 commit comments