Thread: Re: [HACKERS] UTF-8 support

Re: [HACKERS] UTF-8 support

From
Dave Page
Date:

> -----Original Message-----
> From: Tatsuo Ishii [mailto:t-ishii@sra.co.jp]
> Sent: 24 September 2001 00:58
> To: jm.poure@freesurf.fr
> Cc: pgsql-odbc@postgresql.org; pgsql-hackers@postgresql.org
> Subject: Re: [ODBC] [HACKERS] UTF-8 support
>
> Currently no. But it would be easy to implement such a
> function. What comes in mind is:
>
> pg_available_encodings([INTEGER how]) RETURNS setof TEXT
>
> where how is
>
>       0(or omitted): returns all available encodings
>       1: returns encodings in backend
>       2: returns encodings in frontend
>
> Comments?

Would certainly be useful to pgAdmin if someone could implement this...

Regards, Dave.