Re: Alter Table Column Datatype

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Alter Table Column Datatype
Date: 2003-09-29 18:25:02
Message-ID: 87fzife9kx.fsf@stark.dyndns.tv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:

> Not sure to what extent we can apply that theory to views, though.
> If it would result in a change in a view's output column datatype,
> do we want to allow that (which would mean recursively propagating
> that column type change to yet other places)?

Just as a datapoint: In oracle I think this is one of the things that cause
the views become invalid and need to be "recompiled". I always found that to
be *extremely* annoying. It would be much nicer if they automatically did the
right thing.

--
greg

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2003-09-29 18:32:27 Re: 2-phase commit
Previous Message Greg Stark 2003-09-29 18:20:36 Re: ADD FOREIGN KEY (was Re: [GENERAL] 7.4Beta)