|
|||||||||||
|
[GENERAL] how to configure postgresql to display messages in italian
From: jo <jose.soares(at)sferacarta.com>
Date: Fri Oct 26 2007 - 04:58:43 EDT
I would like to ask you how to configure Pg to display messages in
italian instead of english.
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,
---------------------------(end of broadcast)---------------------------TIP 4: Have you searched our list archives? http://archives.postgresql.org/ Received on Tue Dec 4 18:10:17 2007 This archive was generated by hypermail 2.1.8 : Mon Jun 16 2008 - 21:18:54 EDT |
||||||||||
|
|||||||||||