Обсуждение: No text for error messages only numbers

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

No text for error messages only numbers

От
Laurent ROCHE
Дата:
Hi,

Since I have upgraded to version 1.6.1, I do not get error messages text any more, only error numbers ! ? !

Is there something to configure to get the text too ?
Have fun,
L@u
The Computing Froggy







___________________________________________________________________________
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: No text for error messages only numbers

От
Dave Page
Дата:
Laurent ROCHE wrote:
> Hi,
> 
> Since I have upgraded to version 1.6.1, I do not get error messages text any more, only error numbers ! ? !
> 
> Is there something to configure to get the text too ?

What OS? Did you compile it yourself? I assume you're talking about the 
query tool, in which case you should get output such as:

-- Executing query:
select * form pg_class

ERROR: syntax error at or near "form"
SQL state: 42601
Character: 10


(that's on the History tab).

Regards Dave