Re: European date format at backend boot

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Miguel Carvalho <miguel(at)ipatimup(dot)pt>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: European date format at backend boot
Date: 2002-03-21 04:03:01
Message-ID: 20020321150301.A5061@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Mar 21, 2002 at 12:45:06AM -0000, Miguel Carvalho wrote:
> Hi,
>
> I'd like to know how can i change the default date style format to European.
>
> I have read PostgreSQL manual, idocs, google, but i havent found a working
> solution.
>
> I have tried using -o"-e" pararameter at the ´backend start.

SET DATESTYLE european;

or something like that.

I'm not quite sure where the default is set but here we have it set to ISO
with European conventions. Use SHOW DATESTYLE to see the current setting.

HTH,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Ignorance continues to thrive when intelligent people choose to do
> nothing. Speaking out against censorship and ignorance is the imperative
> of all intelligent people.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2002-03-21 04:55:42 Re: [GENERAL] Notify argument?
Previous Message Jan Wieck 2002-03-21 03:00:07 Re: Postmaster processes running out of control?