Re: Upgrade 7.3.3 to 7.4.5

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Igor Kryltsov" <kryltsov(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrade 7.3.3 to 7.4.5
Date: 2004-10-01 21:19:29
Message-ID: 15083.1096665569@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Igor Kryltsov" <kryltsov(at)yahoo(dot)com> writes:
> I upgraded recently DB and found that some columns with type "timestamp"
> changed default values from now() to:
> receipt_date | timestamp with time zone | not null default
> '2004-09-29 09:58:03.010678+10'::timestamp with time zone

Those were not defined as "default now()". More likely they were
defined as "default 'now'", which doesn't work anymore. See the release
notes.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-10-01 21:40:09 Re: problem getting started with PostgreSQL 8 beta 3 on XP
Previous Message Mike Cox 2004-10-01 21:15:50 earthdistance results seem to be wrong.