Re: timestamp configuration

From: Osvaldo Kussama <osvaldo(dot)kussama(at)gmail(dot)com>
To: Dennis Gearon <gearond(at)sbcglobal(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: timestamp configuration
Date: 2010-05-25 04:02:15
Message-ID: AANLkTinu8RBvj_JLtbx39XxaCNLqQC_4Y5osueicpOVD@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/5/25 Dennis Gearon <gearond(at)sbcglobal(dot)net>:
> is there anyway with a running instance of postgres to find out if it was compiled with:
>
>   BIGINT
> vs
>   DOUBLE PRECISION
>
> timestamps?
>

SHOW INTEGER_DATETIMES;

Osvaldo

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kenichiro Tanaka 2010-05-25 04:10:14 Re: cleaning wal files from postgres
Previous Message Dennis Gearon 2010-05-25 03:54:09 timestamp configuration