Обсуждение: Re : Re : Still no text for error messages only

Поиск
Список
Период
Сортировка

Re : Re : Still no text for error messages only

От
Laurent ROCHE
Дата:
Thanks Guillaume, for having a look again.

Last time, you looked: I had 1.6.1 and you were using 1.6.2 (kind of beta: from the source), and we thought it will be
solvedwith the new version. 
But it's not !

I have done a new test: I create a new db with UTF8, and another with LATIN1.
If I type an incorrect command in a SQL editor connected to the LATIN1 db, I get the error message, and when connected
tothe UTF8 db I get the error message only with the number. 

Have fun,
L@u
The Computing Froggy

----- Message d'origine ----
De : Guillaume Lelarge <guillaume@lelarge.info>
À : Dave Page <dpage@postgresql.org>
Cc : Laurent ROCHE <laurent_roche@yahoo.com>; pgadmin-support@postgresql.org
Envoyé le : Lundi, 15 Janvier 2007, 18h47mn 34s
Objet : Re: [pgadmin-support] Re : Still no text for error messages only

Dave Page a ecrit le 15/01/2007 17:46:
> Did you get a chance to look at this Guillaume?
>

I already looked at this and wasn't able to reproduce it. I will try
again tonight. Perhaps I missed something.

Regards.


--
Guillaume.

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster






___________________________________________________________________________
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses
http://fr.answers.yahoo.com


Re: Re : Re : Still no text for error messages

От
Guillaume Lelarge
Дата:
Laurent ROCHE a écrit :
> Thanks Guillaume, for having a look again.
> 
> Last time, you looked: I had 1.6.1 and you were using 1.6.2 (kind of beta: from the source), and we thought it will
besolved with the new version.
 
> But it's not !
> 
> I have done a new test: I create a new db with UTF8, and another with LATIN1.
> If I type an incorrect command in a SQL editor connected to the LATIN1 db, I get the error message, and when
connectedto the UTF8 db I get the error message only with the number.
 
> 

OK, I think it would be really helpful to get all informations.

I tried with a 8.2.1 postgresql server that I configured with ./configure --prefix=/home/guillaume/pgsql-8.2.1
--enable-nls
I then compiled and installed it make && make install

I initialized the cluster : initdb -D /home/guillaume/pgsql-8.2.1/data
and created two databases : createdb -E LATIN1 dblatin1 createdb -E UTF8 dbutf8

When I try to execute a wrong query (select * from jkdqlsdjkfhqklsdjh),
I always have the error number and the error string.

Can you give us more details ? for example, which options did you use to
initialize the cluster ?

Regards.


-- 
Guillaume.
<!-- http://abs.traduc.org/    http://lfs.traduc.org/    http://docs.postgresqlfr.org/ -->