Upgrade 7.3.3 to 7.4.5

From: "Igor Kryltsov" <kryltsov(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Upgrade 7.3.3 to 7.4.5
Date: 2004-09-30 08:07:40
Message-ID: cjh5mt$jl6$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

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

,where time is a time when psql -U postgres template1 < db_backup.sql was
executed.

I want to underline not all "timestamp default now()" columns but only some
of them.

Any ideas?

Thank you,

Igor

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Graeme Hinchliffe 2004-09-30 08:46:32 Re: string is sometimes null ?
Previous Message Richard Huxton 2004-09-30 07:46:13 Multiple Rules - an example