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 2ab3a88 commit 3dfe802Copy full SHA for 3dfe802
src/bin/psql/command.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright 2000 by PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.63 2001/11/05 17:46:30 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.64 2002/01/18 16:14:54 tgl Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "command.h"
@@ -710,7 +710,7 @@ exec_command(const char *cmd,
710
psql_error("\\%s: missing required argument\n", cmd);
711
success = false;
712
}
713
- if (!SetVariable(pset.vars, opt, NULL))
+ else if (!SetVariable(pset.vars, opt, NULL))
714
{
715
psql_error("\\%s: error\n", cmd);
716
0 commit comments