Re: greek char

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: greek char
Дата
Msg-id 200308271423.20639.scrawford@pinpointresearch.com
обсуждение исходный текст
Ответ на greek char  ("David MAHE" <david.mahe@netcourrier.com>)
Список pgsql-general
Look at your output using a binary viewer of some type. The font you
are using in whatever client you are using to connect to the database
may not have the character you are trying to display - a common
default is to use a ? in place of the unrenderable character. In
other words the character may be stored and retrieved by Postgresql
just fine but the display just doesn't have the character you want.

Cheers,
Steve


On Monday 25 August 2003 6:32 am, David MAHE wrote:
> Hi,
>
> How can i store a greek (alpha) char in a text field with Postgres
> 7.2 ? When i read the field, i get an '?' char instead of the alpha
> char (?)
>
> Thank's
>
> David
>
>
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 1: subscribe and
> unsubscribe commands go to majordomo@postgresql.org


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

Предыдущее
От: Jeffrey Melloy
Дата:
Сообщение: Re: pgplsql - Oracle nvl
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: postgresql not using index even though it's faster