| From: | Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx> |
|---|---|
| To: | Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: [SQL] psql on FreeBSD 4.7-RELEASE-p2 and greek (iso8859-7) chars |
| Date: | 2002-11-21 22:38:13 |
| Message-ID: | m31y5e36f6.fsf@conexa.fciencias.unam.mx |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-sql |
Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | scott.marlowe | 2002-11-21 22:40:29 | Re: Re: Rép. : [GENERAL] double quotes around table and |
| Previous Message | Tom Lane | 2002-11-21 22:38:11 | Re: PostgreSQL compilation with custom table name length |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rudi Starcevic | 2002-11-21 23:25:07 | Dropping Ref. Integrity |
| Previous Message | scott.marlowe | 2002-11-21 21:52:18 | Re: [HACKERS] [GENERAL] Bug with sequence |