Index: src/bin/psql/command.c =================================================================== RCS file: /cvsroot/pgsql/src/bin/psql/command.c,v retrieving revision 1.154 diff -c -c -r1.154 command.c *** src/bin/psql/command.c 15 Oct 2005 02:49:40 -0000 1.154 --- src/bin/psql/command.c 26 Oct 2005 00:00:11 -0000 *************** *** 305,311 **** OT_NORMAL, NULL, true); show_verbose = strchr(cmd, '+') ? true : false; ! switch (cmd[1]) { case '\0': --- 305,315 ---- OT_NORMAL, NULL, true); show_verbose = strchr(cmd, '+') ? true : false; ! if (show_verbose) ! pset.popt.topt.normal_query = true; ! else ! pset.popt.topt.normal_query = false; ! switch (cmd[1]) { case '\0':