We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b130a commit ed3240dCopy full SHA for ed3240d
src/bin/psql/psql.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.10 1996/07/27 04:38:22 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.11 1996/07/28 06:48:42 julian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -1134,8 +1134,8 @@ main(int argc, char** argv)
1134
settings.opt.pager = 1;
1135
if (!isatty(0) || !isatty(1))
1136
settings.quiet = settings.notty = 1;
1137
- else
1138
#ifndef NOREADLINE
+ else
1139
settings.useReadline = 1;
1140
#endif
1141
0 commit comments