date format - Mailing list pgsql-sql

From Martín Marqués
Subject date format
Date
Msg-id 01060117403801.10748@bugs
Whole thread Raw
List pgsql-sql
I was reading the date data type section of the Postgres Manual, and found 
this:

Date and time input is accepted in almost any reasonable format, including 
ISO-8601, SQL-compatible, traditional Postgres, and others. The ordering of 
month and day in date input can be ambiguous, therefore a setting exists to 
specify how it should be interpreted in ambiguous cases. The command SET 
DateStyle TO 'US' or SET DateStyle TO 'NonEuropean' specifies the variant 
"month before day", the command SET DateStyle TO 'European' sets the variant 
"day before month". The ISO style is the default but this default can be 
changed at compile time or at run time. 

Now, normally work with day/month/year format, and work normally with PHP, so 
do we have to set the datestyle variable each time we open a connection? Can 
this be the default as it says in the manuals and how?

Saludos... :-)

-- 
Cualquiera administra un NT.
Ese es el problema, que cualquiera administre.
-----------------------------------------------------------------
Martin Marques                  |        mmarques@unl.edu.ar
Programador, Administrador      |       Centro de Telematica                      Universidad Nacional
        del Litoral
 
-----------------------------------------------------------------


pgsql-sql by date:

Previous
From: Jan Wieck
Date:
Subject: Re: question about PL/pgSQL function
Next
From: Roberto Mello
Date:
Subject: Re: PGAccess/pgplsql Blues