diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-12-02 22:06:07 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-12-02 22:06:07 +0000 |
commit | 6f5efe3d16f344610ca3f0b73461e36a1ad37430 (patch) | |
tree | 7014e369996681a4e45ee87dafdfcb2e8eafac4b /src | |
parent | d780f07ac1ea97e2d3cf906cc1c9d59d6b21c5e2 (diff) |
Fix obsolete comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/dumputils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/dumputils.c b/src/bin/pg_dump/dumputils.c index 3018676af46..26f6c96f88e 100644 --- a/src/bin/pg_dump/dumputils.c +++ b/src/bin/pg_dump/dumputils.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.21 2005/11/22 18:17:28 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.22 2005/12/02 22:06:07 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -326,7 +326,7 @@ parsePGArray(const char *atext, char ***itemarray, int *nitems) * * name: the object name, in the form to use in the commands (already quoted) * type: the object type (as seen in GRANT command: must be one of - * TABLE, FUNCTION, LANGUAGE, or SCHEMA, or DATABASE) + * TABLE, FUNCTION, LANGUAGE, SCHEMA, DATABASE, or TABLESPACE) * acls: the ACL string fetched from the database * owner: username of object owner (will be passed through fmtId), or NULL * remoteVersion: version of database |