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

Commit0c693b4

Browse files
committed
Add missing --globals-only (long form of -g).
1 parent086c071 commit0c693b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/pg_dump/pg_dumpall.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
*
9-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.14 2003/02/14 19:40:42 momjian Exp $
9+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.15 2003/03/06 21:45:52 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -81,6 +81,7 @@ main(int argc, char *argv[])
8181
{"inserts",no_argument,NULL,'d'},
8282
{"attribute-inserts",no_argument,NULL,'D'},
8383
{"column-inserts",no_argument,NULL,'D'},
84+
{"globals-only",no_argument,NULL,'g'},
8485
{"host",required_argument,NULL,'h'},
8586
{"ignore-version",no_argument,NULL,'i'},
8687
{"oids",no_argument,NULL,'o'},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp