Re: [GENERAL] Formatting Function..

2004-07-08 Thread Rolf Østvik
[EMAIL PROTECTED] (Vinay Jain) wrote in news:[EMAIL PROTECTED]: > 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 V

Re: [GENERAL] Formatting Function..

2004-07-06 Thread Duane Lee - EGOVX
Title: RE: [GENERAL] Formatting Function.. You could always use SUBSTR(Name,x,y) AS xxx to control the size of the output and the heading. Duane -Original Message- From: Vinay Jain [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 04, 2004 10:20 PM To: [EMAIL PROTECTED] Subject