Re: pgsql-novice@postgresql.org

From: "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com>
To: "Ubence Quevedo" <r0d3nt(at)pacbell(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: pgsql-novice@postgresql.org
Date: 2008-02-16 19:55:43
Message-ID: b35603930802161155t40130733j4420955039d3750a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 17/02/2008, Ubence Quevedo <r0d3nt(at)pacbell(dot)net> wrote:
> What would the command be to have a query result be put into a
> location/space sensitive file [position 1 through 5 would be one thing
> where position 6 through 10 would be the next field, 11 through 16
> another, etc]? Is this even possible with Postgres?
Like in
echo "select column from table;"| psql |tee output
?

Cheers,
Andrej

--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Rai Developer 2008-02-16 20:39:05 Re: SQL LEFT JOIN and WHERE
Previous Message Rai Developer 2008-02-16 19:53:09 Re: SQL LEFT JOIN and WHERE