Bug #907: psql 7.3.2 \d , \lmeta commands on windows

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #907: psql 7.3.2 \d , \lmeta commands on windows
Date: 2003-03-09 13:39:12
Message-ID: 20030309133912.43C4F475C98@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Philip R Brenan (philiprbrenan(at)yahoo(dot)com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
psql 7.3.2 \d , \lmeta commands on windows

Long Description
The psql 7.3.2 \d, \l meta commands running on windowsXP produces:

\d
ERROR: parser: parse error at or near "."
\l
ERROR: parser: parse error at or near "("

The other meta commands work - so it is as if the \d, \l represent special characters not commands, but of course, we want commands not special characters in this context.

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-03-09 18:07:18 Re: Bug #907: psql 7.3.2 \d , \lmeta commands on windows
Previous Message Laurent FAILLIE 2003-03-07 22:05:31 Re: Solution for bug #899