Skip to content

Commit 99dc4e3

Browse files
author
Julian Assange
committed
command line flag for expanded display '-x' had logic reversed
1 parent 1bdbf40 commit 99dc4e3

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy