Re: How to right justify text in psql?

From: Jov <zhao6014(at)gmail(dot)com>
To: Brian Sherwood <bdsher(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to right justify text in psql?
Date: 2013-05-18 04:07:42
Message-ID: CADyrUxOe=6N5EThBraFv42PcGmxn6M59LPT=BjPzQW4yfqd1Hw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

the column type info can be found in information_schema.column view.

jov
在 2013-5-17 下午11:27,"Brian Sherwood" <bdsher(at)gmail(dot)com>写道:

> I am running postgresql 9.2.
>
> I am assuming it would be a function of psql to right justify text, but I
> can't find any way to do this.
>
> Is there a way to right justify just one text column?
>
>
> Thanks
>
> Brian
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Ian Lawrence Barwick 2013-05-18 05:28:01 Re: How to right justify text in psql?
Previous Message Brian Sherwood 2013-05-17 15:26:58 How to right justify text in psql?