Re : No text for error messages only numbers

From: Laurent ROCHE <laurent_roche(at)yahoo(dot)com>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re : No text for error messages only numbers
Date: 2006-12-05 13:32:34
Message-ID: 20061205133234.35670.qmail@web34403.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Sorry, more details :
I am running PgAdmin III on Windows XP against a PosgreSQL 8.1 server on Linux (Ubuntu 6.06).
I have downloaded PgAdmin from the PgAdmin web site.

I am indeed talking about the Query tool.
If I type in and run :
select sdfgdfh

I get the following error message:
ERREUR:
SQL state: 42703

I would suspect it is something to do with localization and languages.
In version 1.4.3, I get the error message:
ERREUR: la colonne «sdfgdfh» n'existe pas

The error message is (quite clerarly ;-) !) in French, even though I have set up PgAdmin in English Language (File=> Options => General user language: (en_us) English .

If anybody could find a way for me to use version 1.6.1 and to get error messages (in French or English, I don't care), that would be a great help.

Cheers,
L(at)u
The Travelling Froggy
TravellingFroggy.info

----- Message d'origine ----
De : Dave Page <dpage(at)postgresql(dot)org>
À : Laurent ROCHE <laurent_roche(at)yahoo(dot)com>
Cc : pgadmin-support(at)postgresql(dot)org
Envoyé le : Mardi, 5 Décembre 2006, 14h03mn 00s
Objet : Re: [pgadmin-support] No text for error messages only numbers

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

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings



___________________________________________________________________________
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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-12-05 14:19:42 Re: Re : No text for error messages only numbers
Previous Message Dave Page 2006-12-05 13:03:00 Re: No text for error messages only numbers