Re: timestamp precision with or without timezones

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mboes(at)tweag(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: timestamp precision with or without timezones
Date: 2004-04-07 17:24:22
Message-ID: 22327.1081358662@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

mboes(at)tweag(dot)net writes:
> Is there a way of specifying the precision of a timestamp *with
> timezone* field? It works fine for timestamps *without* timezone

It's
timestamp(n) with time zone
timestamp(n) without time zone
and not any other variants that might seem natural.

Don't blame us, that's what the SQL standard says ;-)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2004-04-07 17:27:29 Re: Evening in NYC
Previous Message Tom Lane 2004-04-07 16:57:03 Re: Cursors and Transactions, why?