bug in psql? - Mailing list pgsql-general

From Peter Keller
Subject bug in psql?
Date
Msg-id 397C3BFB.87AE23@bvv.bayern.de
Whole thread Raw
List pgsql-general
Hello all,
is there a bug in psql (PostgreSQL 7.0.2 on i686-pc-linux-gnu)?
When I start psql with the command -F $ (or any other saparator) the
output is still with the separator |.
When I do a \pset in psql I get the same wrong result.

Example:
test=# \pset fieldsep $
Field separator is '$'.
test=# SELECT * from fltl;
 obnr  | objtyp |
-------+--------+
 1764a | FLTL   |
 1772a | FLTL   |

Any ideas?
Peter

--
        Bezirksfinanzdirektion Muenchen
              Vermessungsabteilung
.........................................................
 Peter Keller        :  Tel: (+49) 089-2190-2594
 Vermessungsrat z.A.:  Fax: (+49) 089-2190-2459
 Alexandrastr. 3    :  mailto:Peter.Keller@bvv.bayern.de
 80538 Muenchen        :  web: http://www.bayern.de/vermessung

pgsql-general by date:

Previous
From: "Robert D. Nelson"
Date:
Subject: RE: Connecting to PostgreSQL databases
Next
From: Philip Warner
Date:
Subject: RE: how connect visual basic to pgsql?