[SQL] How to right justify text in psql?

2013-05-17 Thread Brian Sherwood
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

Re: [SQL] How to right justify text in psql?

2013-05-17 Thread Jov
the column type info can be found in information_schema.column view. jov 在 2013-5-17 下午11:27,"Brian Sherwood" 写道: > 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

Re: [SQL] How to right justify text in psql?

2013-05-17 Thread Ian Lawrence Barwick
2013/5/18 Brian Sherwood : > 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? If you mean have the psql client right-justify a particular text column