Re: psql \G command -- send query and output using extended format
From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
"Dawid Kuroczko" <qnex42(at)gmail(dot)com>
Cc:
PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: psql \G command -- send query and output using extended format
Date:
2008-04-03 14:35:54
Message-ID:
29452.1207233354@sss.pgh.pa.us (view raw or flat )
Thread:
2008-04-03 07:23:06 from "Dawid Kuroczko" <qnex42(at)gmail(dot)com>
2008-04-03 12:44:53 from "Dawid Kuroczko" <qnex42(at)gmail(dot)com>
2008-04-03 14:35:54 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-04-03 14:49:21 from "Dawid Kuroczko" <qnex42(at)gmail(dot)com>
2008-04-03 16:07:54 from Bruce Momjian <bruce(at)momjian(dot)us>
2008-04-03 16:44:04 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2008-04-03 17:06:26 from Bruce Momjian <bruce(at)momjian(dot)us>
2008-04-03 18:43:30 from David Fetter <david(at)fetter(dot)org>
2008-04-03 19:43:50 from "Merlin Moncure" <mmoncure(at)gmail(dot)com>
2008-04-03 20:08:09 from David Fetter <david(at)fetter(dot)org>
2008-04-03 20:41:19 from "Merlin Moncure" <mmoncure(at)gmail(dot)com>
2008-04-04 22:15:29 from "Dawid Kuroczko" <qnex42(at)gmail(dot)com>
2008-04-04 22:30:33 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2008-04-05 00:43:00 from Bruce Momjian <bruce(at)momjian(dot)us>
2008-04-03 16:49:28 from Martijn van Oosterhout <kleptog(at)svana(dot)org>
2008-04-03 17:06:49 from Bruce Momjian <bruce(at)momjian(dot)us>
2008-04-03 20:51:41 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2008-04-03 21:34:42 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-04-03 22:11:17 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2008-04-03 22:21:57 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-04-03 22:48:19 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2008-04-03 23:30:20 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-04-07 18:50:17 from Decibel! <decibel(at)decibel(dot)org>
Lists:
pgsql-hackers pgsql-patches
"Dawid Kuroczko" <qnex42(at)gmail(dot)com> writes:
> The idea of \G command is to perform the query, but with printing
> query results using extended table output format.
Seems a bit useless --- if you prefer \x format, wouldn't you prefer it
all the time? Or at least often enough that the toggling command is
fine? I'm dubious that this is worth eating up a command letter for.
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: PFCDate: 2008-04-03 14:44:56
Subject : Re: COPY Transform support
Previous :From : Greg Sabino MullaneDate : 2008-04-03 14:23:02
Subject : Re: [GENERAL] SHA1 on postgres 8.3
pgsql-patches by date
Next :From: Peter EisentrautDate: 2008-04-03 14:36:46
Subject : Re: psql command aliases support
Previous :From : Tom LaneDate : 2008-04-03 14:18:56
Subject : Re: actualized SQL/PSM patch