From: | Steve Crawford <scrawford(at)pinpointresearch(dot)com> |
---|---|
To: | "David MAHE" <david(dot)mahe(at)netcourrier(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: greek char |
Date: | 2003-08-27 21:23:20 |
Message-ID: | 200308271423.20639.scrawford@pinpointresearch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org
From | Date | Subject | |
---|---|---|---|
Next Message | Stuart | 2003-08-27 21:38:15 | Re: mysql's last_insert_id |
Previous Message | Karsten Hilbert | 2003-08-27 20:51:50 | Re: postgresql not using index even though it's faster |