Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6f5efe3

Browse files
committed
Fix obsolete comment.
1 parent d780f07 commit 6f5efe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_dump/dumputils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -326,7 +326,7 @@ parsePGArray(const char *atext, char ***itemarray, int *nitems)
326326
*
327327
* name: the object name, in the form to use in the commands (already quoted)
328328
* type: the object type (as seen in GRANT command: must be one of
329-
* TABLE, FUNCTION, LANGUAGE, or SCHEMA, or DATABASE)
329+
* TABLE, FUNCTION, LANGUAGE, SCHEMA, DATABASE, or TABLESPACE)
330330
* acls: the ACL string fetched from the database
331331
* owner: username of object owner (will be passed through fmtId), or NULL
332332
* remoteVersion: version of database

0 commit comments

Comments
 (0)