Aligned Output!!

Started by Vinay Jainover 21 years ago2 messagesgeneral
Jump to latest
#1Vinay Jain
vinayjain@gmail.com

If we have aligned output enabled in psql...the output is aligned on
basis of the maximum length of data being displyed...is it true??
how this thing is coded and where (in which file) I am using postgresql 7.4.2.

Regards
Vinay

--
Vinay Jain
Dissertation Project Trainee
DAKE Division
C-DAC Mumbai

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Vinay Jain (#1)
Re: Aligned Output!!

Am Mittwoch, 21. Juli 2004 07:06 schrieb Vinay Jain:

If we have aligned output enabled in psql...the output is aligned on
basis of the maximum length of data being displyed...is it true??

Yes.

how this thing is coded and where (in which file) I am using postgresql
7.4.2.

src/bin/psql/print.c

--
Peter Eisentraut
http://developer.postgresql.org/~petere/