> I have a problem at the time of requete containing accents with
> PostgreSQL version 6.5.3 : 
> 
> Via psql, the following requete does not function : 
> 
> SELECT id_dico, name 
>  FROM  dico_fr 
>  WHERE name ~* '^b�' 
>  ORDER BY name; 
> 
> 
> The tables are coded in UNICODE.

Are you sure that you put the query in UTF-8 encoding?
--
Tatsuo Ishii

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to