From: | jo <jose(dot)soares(at)sferacarta(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | how to configure postgresql to display messages in italian |
Date: | 2007-10-26 08:58:43 |
Message-ID: | 4721AC43.6010408@sferacarta.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello,
I would like to ask you how to configure Pg to display messages in
italian instead of english.
I'm using PostgreSQL versione 8.1.8
For example, my pg display data as:
\d cani
Table "public.cani"
Column | Type
| Modifiers
--------------------------+-----------------------------+------------------------------------------------------
matricola | character varying(17) | not null
iscrizione | date | not null
nome_cane | character varying(12) |
I would like to have it as:
Tabella "public.cani"
Colonna | Tipo
| Modificatori
------------------------+-----------------------------+----------------------------------------------------
matricola | character varying(17) | not null
iscrizione | date | not null
nome_cane | character varying(12) |
thank you,
jo
From | Date | Subject | |
---|---|---|---|
Next Message | Reg Me Please | 2007-10-26 09:39:46 | How to ALTER a TABLE to change the primary key? |
Previous Message | Dave Page | 2007-10-26 08:53:39 | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |