Re: [SQL] Format in psql

2003-02-03 Thread Bhuvan A
> man psql. > > Inside psql: > \pset border 2 > Fine, \pset border 2 draws the border. But it donot format the multi line value, without affecting the format of other column. I want to format the multi line column appropriately. It should not affect the format of other column, similar to perl f

Re: [SQL] Format in psql

2003-02-03 Thread Ian Barwick
On Monday 03 February 2003 11:54, Bhuvan A wrote: > Hi, > > I am using pgsql-7.2.3. Can i able to format the output of a SELECT sql in > psql as perl format? > > Something like, > +--++ > | work_desc_id | shor

Re: [SQL] Format in psql

2003-02-03 Thread Tomasz Myrta
Bhuvan A wrote: Hi, I am using pgsql-7.2.3. Can i able to format the output of a SELECT sql in psql as perl format? Something like, +--++ | work_desc_id | short_desc | +-

[SQL] Format in psql

2003-02-03 Thread Bhuvan A
Hi, I am using pgsql-7.2.3. Can i able to format the output of a SELECT sql in psql as perl format? Something like, +--++ | work_desc_id | short_desc | +--+---