Re: failure of \e in psql

From: Peter Eisentraut <e99re41(at)DoCS(dot)UU(dot)SE>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: failure of \e in psql
Date: 1999-11-12 10:11:17
Message-ID: Pine.GSO.4.02A.9911121104290.791-100000@Gepard.DoCS.UU.SE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 12 Nov 1999, Bruce Momjian wrote:

> Peter, before I go hunting around, can you tell me any other things psql
> used to do that it doesn't do anymore?

Well, let's put it this way: Everythings that used to work, that people
found useful, and that doesn't work anymore is a bug. That's what it's all
about after all.

However: About the \e thing I simply didn't know. The \p\g was removed for
consistency. You might also be interested to know that \E no longer
exists, because I couldn't make sense of it. Also \d* is slated for
implementation but no one wanted to respond to my request to explain what
this is actually supposed to do. That's all I can come up with right now.

> We had hand-tuned psql over the years, and it would be good to know what
> features no longer exist so we can decide if they are needed.

Well, I really comes down to what Tom said, doesn't it: If the docs don't
match the code, the code it wrong. And it will get fixed. A lot of those
"tunings" seemed to be of the nature "If I put \o after \x I want it to do
<foo> instead".

That doesn't mean that they were bad of course, but the purpose of all of
this was to put a consistent face on things.

Having said that, if I mess it up I'll fix it of course.

--
Peter Eisentraut Sernanders vaeg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 1999-11-12 11:16:23 Re: AW: [HACKERS] Re: [GENERAL] users in Postgresql
Previous Message Peter Eisentraut 1999-11-12 10:04:03 Re: psql and \p\g