|
7 | 7 | * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.21 2005/11/22 18:17:28 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.22 2005/12/02 22:06:07 tgl Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -326,7 +326,7 @@ parsePGArray(const char *atext, char ***itemarray, int *nitems)
|
326 | 326 | *
|
327 | 327 | *name: the object name, in the form to use in the commands (already quoted)
|
328 | 328 | *type: the object type (as seen in GRANT command: must be one of
|
329 |
| - *TABLE, FUNCTION, LANGUAGE,orSCHEMA, orDATABASE) |
| 329 | + *TABLE, FUNCTION, LANGUAGE, SCHEMA,DATABASE,orTABLESPACE) |
330 | 330 | *acls: the ACL string fetched from the database
|
331 | 331 | *owner: username of object owner (will be passed through fmtId), or NULL
|
332 | 332 | *remoteVersion: version of database
|
|