From: | "Miguel Beltran R(dot)" <yourpadre(at)gmail(dot)com> |
---|---|
To: | mortega(at)tc(dot)com(dot)ve |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: date_style |
Date: | 2006-12-13 19:57:06 |
Message-ID: | b623c7e40612131157k69193d8ah3b4ee2e3aa531eef@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
checando http://www.postgresql.org/docs/current/static/runtime-config-client.html#GUC-DATESTYLE
dice
DateStyle (string)
Sets the display format for date and time values, as well as the
rules for interpreting ambiguous date input values. For historical
reasons, this variable contains two independent components: the output
format specification (ISO, Postgres, SQL, or German) and the
input/output specification for year/month/day ordering (DMY, MDY, or
YMD). These can be set separately or together. The keywords Euro and
European are synonyms for DMY; the keywords US, NonEuro, and
NonEuropean are synonyms for MDY. See Section 8.5 for more
information. The built-in default is ISO, MDY, but initdb will
initialize the configuration file with a setting that corresponds to
the behavior of the chosen lc_time locale.
donde resaltamos " the output format specification (ISO, Postgres,
SQL, or German) and the input/output specification for year/month/day
ordering (DMY, MDY, or YMD)."
asi que los formatos de salida los vas a tener que reestructurar tu
como con algo asi
SELECT to_date(fecha, "MM/DD/YYYY") from mitabla;
si no me equivoco
El 13/12/06, Miguel Ortega<mortega(at)tc(dot)com(dot)ve> escribió:
> Buenas tardes listeros... Tengo una duda.... Tengo definido el
> date_style = 'iso,mdy'. Me gustaria que cuando hiciera un SELECT, por
> definicion me mostrara los valores en formato MDY en vez de ISO.....
> Como puedo hacer eso.....???? Quiero que el manejador me siga
> interpretando como entrada de fechas calores ISO y MDY pero que la
> salida de fechas sea en MDY.....
>
> Espero haber sido claro.
> Gracias de antemano....
>
> --
> _________________________________________
> Miguel A. Ortega B.
> Analista de Sistemas y Soporte a Usuarios
> Technologies Consulting C.A.
>
>
> ---------------------------(fin del mensaje)---------------------------
> TIP 1: para suscribirte y desuscribirte, visita http://archives.postgresql.org/pgsql-es-ayuda
>
--
________________________________________
Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida
From | Date | Subject | |
---|---|---|---|
Next Message | Raul Andres Duque | 2006-12-13 20:02:09 | Re: date_style |
Previous Message | Diego Ayala | 2006-12-13 19:47:14 | Conectar dos bases de datos Postgresql 8.1.4 |