|
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California
|
7 | 7 | *
|
8 | 8 | *
|
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 $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -969,7 +969,7 @@ dumpTablespaces(PGconn *conn)
|
969 | 969 | res=executeQuery(conn,"SELECT spcname, "
|
970 | 970 | "pg_catalog.pg_get_userbyid(spcowner) AS spcowner, "
|
971 | 971 | "spclocation, spcacl, null, "
|
972 |
| -"pg_catalog.shobj_description(oid, 'pg_tablespace'), " |
| 972 | +"pg_catalog.shobj_description(oid, 'pg_tablespace') " |
973 | 973 | "FROM pg_catalog.pg_tablespace "
|
974 | 974 | "WHERE spcname !~ '^pg_' "
|
975 | 975 | "ORDER BY 1");
|
|