Re: Dealing with CLUSTER failures

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Dealing with CLUSTER failures
Date: 2005-05-10 00:42:42
Message-ID: 200505100042.j4A0ggM20189@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-05-10 01:28:07 Re: Oracle Style packages on postgres
Previous Message Joshua D. Drake 2005-05-10 00:39:09 Re: rendezvous

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-05-10 01:43:56 Re: Update psql and pg_dump for new COPY api
Previous Message Bruce Momjian 2005-05-10 00:36:28 Re: Dealing with CLUSTER failures