Re: [SQL] psql on FreeBSD 4.7-RELEASE-p2 and greek (iso8859-7) chars

Поиск
Список
Период
Сортировка
От Manuel Sugawara
Тема Re: [SQL] psql on FreeBSD 4.7-RELEASE-p2 and greek (iso8859-7) chars
Дата
Msg-id m31y5e36f6.fsf@conexa.fciencias.unam.mx
обсуждение исходный текст
Ответ на psql on FreeBSD 4.7-RELEASE-p2 and greek (iso8859-7) chars  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-general
Achilleus Mantzios <achill@matrix.gatewaynet.com> writes:

> Hi,
>
> I noticed that psql on FreeBSD (i checked also fbsd 4.5 with pgsql port
> installed)
> does not accept 8bit iso8859-* chars > 128 (where the greek chars are).
>
> In linux that works ok, and i can update/insert/select values
> using greek strings.
>
> I know it must be a fbsd/locale issue, but it would be nice
> if someone knew something about it.

If pgsql is using readline adding

  set meta-flag on
  set convert-meta off
  set output-meta on

to /etc/inputrc or ~/.inputrc could help. See readline(3).

Regards,
Manuel.

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

Предыдущее
От: "Wright, Ryan P"
Дата:
Сообщение: Re: Request assistance connecting with Pg::connectdb
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL compilation with custom table name length