Formatting Function.. - Mailing list pgsql-general

From Vinay Jain
Subject Formatting Function..
Date
Msg-id c729bfe0040704221910989de8@mail.gmail.com
Whole thread Raw
Responses Re: Formatting Function..  (mike g <mike@thegodshalls.com>)
Re: Formatting Function..  (Franco Bruno Borghesi <franco@akyasociados.com.ar>)
List pgsql-general
Hi..
I am newbe in postgresql so please help me though the question may be
very easy to answer..
Is there any formatting function to get output with fix lengths..for
example my query is..
schema is:

Student
(name Varchar,
age integer);

select name, age from student;
the output is like this..
Name                                      | Age
xyz                                          | 22

I want this length of name to be of my choice...is it possible..& how..

thanks in advance
Regards
Vinay


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

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: My trip to Germany and Armenia
Next
From: mike g
Date:
Subject: Re: Formatting Function..