Thread: Aligned Output!!

Aligned Output!!

From
Vinay Jain
Date:
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

Re: Aligned Output!!

From
Peter Eisentraut
Date:
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/