Re: Dealing with CLUSTER failures - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Dealing with CLUSTER failures
Date
Msg-id 200505100042.j4A0ggM20189@candle.pha.pa.us
Whole thread Raw
In response to Re: Dealing with CLUSTER failures  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-patches
Christopher Kings-Lynne wrote:
> Seems like an idea to me...
>
> On another note, what about the problem I pointed out where it's not
> possible to drop the default on a serial column after you alter it to a
> varchar, for example...

Uh, should we allow a columns data type to be changed if it has a
default, and if so, how?  It seems a conversion should have to apply to
the default value as well.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Dealing with CLUSTER failures
Next
From: Bruce Momjian
Date:
Subject: Re: Update psql and pg_dump for new COPY api