bug in psql?

From: Peter Keller <peter(dot)keller(at)bvv(dot)bayern(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: bug in psql?
Date: 2000-07-24 12:52:11
Message-ID: 397C3BFB.87AE23@bvv.bayern.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)Keller(at)bvv(dot)bayern(dot)de
80538 Muenchen : web: http://www.bayern.de/vermessung

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Bolenok 2000-07-24 12:57:23 Re: ROLLBACK automatically
Previous Message Philip Warner 2000-07-24 12:50:49 RE: how connect visual basic to pgsql?