new backslah command of psql

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: new backslah command of psql
Date: 2000-02-19 05:14:02
Message-ID: 20000219141402U.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have added new backslash command \eset and \eshow to psql.
(only enabled if --enable-multibyte specified)
Modified files are help.c and command.c.

-------------------------------------------------------------------
o \eset <encoding>

change the client encoding to <encoding>. This is actually
PQsetClientEncoding + pset.encoding (psql internal data) change. Now
user can change the client side encoding on the fly, that is not
possible before 7.0.

o \eshow

show the client encoding.
-------------------------------------------------------------------
--
Tatsuo Ishii

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-02-19 07:29:07 Re: [HACKERS] handling multiple file descriptors
Previous Message Tom Lane 2000-02-19 02:37:40 Re: [HACKERS] Re: SQL compliance - why -- comments only at psql level ?