Re: rotate psql output

From: Ben Carbery <ben(dot)carbery(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: rotate psql output
Date: 2010-10-10 22:38:34
Message-ID: AANLkTimA+nETkgqAXXGsKSDVPVkAi+EV5KjpSZ20s7xf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

For the record, I did find a way to do with another application..
mathematica makes it fairly trivial:

Say a query such as:
data = SQLSelect[someconnection,"sometable"]

Printing it:
TableForm[data]

Then simply:
Transpose[TableForm[data]]

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2010-10-11 01:40:38 Re: IEEE 754-2008 decimal numbers
Previous Message Thomas Munro 2010-10-10 20:46:56 IEEE 754-2008 decimal numbers