Re: Setting a default format for timestamp

From: Scott Whitney <scott(at)journyx(dot)com>
To: "Denise CTR NSWCDD Ferrell, Z11" <denise(dot)ferrell(dot)ctr(at)navy(dot)mil>
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-performance(at)postgresql(dot)org
Subject: Re: Setting a default format for timestamp
Date: 2014-07-31 20:59:01
Message-ID: 1622232859.705946.1406840341509.JavaMail.zimbra@mail.int.journyx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-performance

_Where_ do you want that default format? Are you asking about a field? psql output? The O/S?

What you're asking might be as simple as "datestyle," if you're just talking the output mask:

http://www.postgresql.org/docs/9.1/static/runtime-config-client.html

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.

----- Original Message -----

> Hi All,

> Using PostgreSQL 9.3 on Linux Red-Hat platform.

> How would I go about setting a default format for the timestamp? I've set the
> default for TimeZone to UTC.

> Thank you in advance for any information.

> DF

> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message jesper 2014-08-01 08:59:36 Re: Autovacuum not keeping up. (PG 9.2.9)
Previous Message Ferrell, Denise CTR NSWCDD, Z11 2014-07-31 20:43:02 Setting a default format for timestamp

Browse pgsql-performance by date

  From Date Subject
Next Message Alvaro Herrera 2014-07-31 21:38:08 Re: 60 core performance with 9.3
Previous Message Ferrell, Denise CTR NSWCDD, Z11 2014-07-31 20:43:02 Setting a default format for timestamp