From 3332e38189b27b64428db4f0bcd5459800de1cfc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Oct 2005 13:34:47 +0000 Subject: Disable expanded mode only for \d tablename, not for all backslash commands. Per complaint that \df+ is clearer in expanded mode. --- src/bin/psql/common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/bin/psql/common.c') diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index 2999c169ef3..1b01a97d885 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.108 2005/10/15 02:49:40 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.109 2005/10/27 13:34:47 momjian Exp $ */ #include "postgres_fe.h" #include "common.h" @@ -795,8 +795,6 @@ PrintQueryTuples(const PGresult *results) { printQueryOpt my_popt = pset.popt; - my_popt.topt.normal_query = true; - /* write output to \g argument, if any */ if (pset.gfname) { -- cgit v1.2.3