Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6f5efe3

Browse files
committed
Fix obsolete comment.
1 parentd780f07 commit6f5efe3

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,orSCHEMA, orDATABASE)
329+
*TABLE, FUNCTION, LANGUAGE, SCHEMA,DATABASE,orTABLESPACE)
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)

[8]ページ先頭

©2009-2025 Movatter.jp