Magnus Hagander wrote:
Hiroshi Inoue wrote:
Magnus Hagander wrote:
There still needs to be some error checking added in IsoLocaleName(),
but this is a start.

Can someone please test this? :-)
OK I would check it tonight.

Thanks.

OK seems to works here.
The attached is a test case using lc_messages C, fr, de, es and sv.

regards,
Hiroshi Inoue


SET
 lc_messages 
-------------
 c
(1 row)

ERROR:  syntax error at or near "1"
LINE 1: 1;
        ^
SET
 lc_messages 
-------------
 fr
(1 row)

ERREUR:  erreur de syntaxe sur ou près de « 1 »
LINE 1: 1;
        ^
SET
 lc_messages 
-------------
 de
(1 row)

FEHLER:  Fehler »Syntaxfehler« bei »1«
LINE 1: 1;
        ^
SET
 lc_messages 
-------------
 es
(1 row)

ERROR:  error de sintaxis en o cerca de «1»
LINE 1: 1;
        ^
SET
 lc_messages 
-------------
 sv
(1 row)

FEL:  syntaxfel vid eller nära "1"
LINE 1: 1;
        ^
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to