Re: timestamp configuration

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

for those walking up to a new server and who want to know the same information:

shell script invoked by:

script_filename database user

#!/bin/sh
psql -c "show INTEGER_DATETIMES;" -d $1 -U $2 -W

Dennis Gearon

Signature Warning
----------------
EARTH has a Right To Life,
otherwise we all die.

Read 'Hot, Flat, and Crowded'
Laugh at http://www.yert.com/film.php

--- On Mon, 5/24/10, Osvaldo Kussama <osvaldo(dot)kussama(at)gmail(dot)com> wrote:

> From: Osvaldo Kussama <osvaldo(dot)kussama(at)gmail(dot)com>
> Subject: Re: [GENERAL] timestamp configuration
> To: "Dennis Gearon" <gearond(at)sbcglobal(dot)net>
> Cc: pgsql-general(at)postgresql(dot)org
> Date: Monday, May 24, 2010, 9:02 PM
> 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

Browse pgsql-general by date

  From Date Subject
Next Message Hector Beyers 2010-05-25 07:58:00 Re: Hiding data in postgresql
Previous Message Kenichiro Tanaka 2010-05-25 04:10:14 Re: cleaning wal files from postgres