Re: [HACKERS] new backslash command of psql

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] new backslash command of psql
Date: 2000-02-21 19:48:08
Message-ID: Pine.LNX.4.21.0002212046290.349-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2000-02-20, Bruce Momjian mentioned:

> We already have some special variable meanings like \set PROMPT1 which
> controls the psql prompt. Seems an encoding variable can be made too.

Setting the encoding actually has to *do* something though. The prompt
will just be stored and read out next time it's needed. I guess one could
include hooks into the set variable command, but I figured multibyte as we
know it is going away soon anyway ...

--
Peter Eisentraut Sernanders väg 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 j.j.geel 2000-02-21 19:50:55
Previous Message Bruce Momjian 2000-02-21 19:39:08 Re: [HACKERS] Beta for 4:30AST ... ?