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

Commit99dc4e3

Browse files
author
Julian Assange
committed
command line flag for expanded display '-x' had logic reversed
1 parent1bdbf40 commit99dc4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/psql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.19 1996/08/14 05:44:25 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.20 1996/08/21 00:22:41 julian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1213,7 +1213,7 @@ main(int argc, char **argv)
12131213
settings.opt.tableOpt=optarg;
12141214
break;
12151215
case'x':
1216-
settings.opt.expanded=0;
1216+
settings.opt.expanded=1;
12171217
break;
12181218
default:
12191219
usage(argv[0]);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp