Date formatting function - Mailing list pgsql-novice

From JORGE MALDONADO
Subject Date formatting function
Date
Msg-id BANLkTinYVEeOWCiYw_srK_tDz+TmbYi7LA@mail.gmail.com
Whole thread Raw
Responses Re: Date formatting function  (Andreas Kretschmer <akretschmer@spamfence.net>)
List pgsql-novice
I am using the following formatting function for a date field and I get the name of the month in English language. How can I get it in Spanish?
 
to_char(sea_fecha,'MONTH DD, YYYY') as sea_fecha_aux
 
Respectfully,
Jorge Maldonado

pgsql-novice by date:

Previous
From: "Oliveiros d'Azevedo Cristina"
Date:
Subject: Re: compare date in two rows
Next
From: Andreas Kretschmer
Date:
Subject: Re: Date formatting function