Re: Changing the type of timestamp columns

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Changing the type of timestamp columns
Date: 2004-08-09 08:33:38
Message-ID: 411736E2.8020705@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Is it safe to update the atttypid of a timestamp column to be a
> timestamptz column? I wish to do this on a production database, so I
> need to be sure!

Oh, and what about indexes on them? Do I just drop them beforehand and
recreate?

Chris

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-08-09 08:44:58 Analyze using savepoints?
Previous Message Christopher Kings-Lynne 2004-08-09 08:26:38 Changing the type of timestamp columns