Re: automatic time zone conversion

From: "Bertin, Philippe" <philippe(dot)bertin(at)barco(dot)com>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>, Ken Williams <ken(at)mathforum(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: automatic time zone conversion
Date: 2002-06-12 08:45:52
Message-ID: B9E404D03707D511BD4D00105A40C10466BCA3@wevmex01.barco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Some Unix setting influencing these results ? Or some PostgreSQL-
configuration setting that's disabled/enabled ? In postgresql.conf I could
only see something like australian_timezones (commented out). No clue what
that could possibly do.

> -----Original Message-----
> From: Martijn van Oosterhout [SMTP:kleptog(at)svana(dot)org]
> Sent: woensdag 12 juni 2002 10:23
> To: Ken Williams
> Cc: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] automatic time zone conversion
>
> On Wed, Jun 12, 2002 at 05:12:56PM +1000, Ken Williams wrote:
> > Yeah, but watch this:
> >
> > ==============================================================
> > announce=# create table test (x timestamp without time zone);
> > CREATE
> > announce=# \d test
> > Table "test"
> > Attribute | Type | Modifier
> > -----------+--------------------------+----------
> > x | timestamp with time zone |
> >
> > ==============================================================
>
> Ouch! What version is that? Here I get:
>
> ===========================================================
> kleptog=# create table test2 (x timestamp without time zone);
> CREATE
> kleptog=# \d test2
> Table "test2"
> Column | Type | Modifiers
> --------+-----------------------------+-----------
> x | timestamp without time zone |
>
> kleptog=# select version();
> version
> ---------------------------------------------------------------
> PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.95.4
> (1 row)
>
> ===========================================================
>
> --
> Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> > There are 10 kinds of people in the world, those that can do binary
> > arithmetic and those that can't.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

Browse pgsql-general by date

  From Date Subject
Next Message Marcel Meulemans 2002-06-12 10:25:39 dynamic querys
Previous Message Martijn van Oosterhout 2002-06-12 08:23:21 Re: automatic time zone conversion