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 2de3d96 commit cac3463Copy full SHA for cac3463
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.47 1997/01/10 20:52:32 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.48 1997/01/13 02:03:31 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -1285,7 +1285,7 @@ MainLoop(PsqlSettings * settings, FILE * source)
1285
1286
query_start = line;
1287
1288
- if (line == NULL) { /* No more input. Time to quit */
+ if (line == NULL && !settings->quiet) { /* No more input. Time to quit */
1289
printf("EOF\n"); /* Goes on prompt line */
1290
eof = true;
1291
} else {
0 commit comments