new backslah command of psql

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема new backslah command of psql
Дата
Msg-id 20000219141402U.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] new backslah command of psql
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: SQL compliance - why -- comments only at psql level ?
Следующее
От: Marc Tardif
Дата:
Сообщение: handling multiple file descriptors