Re: Re-create dependent views on ALTER TABLE ALTER COLUMN ... TYPE?

Alex Shulgin <ash@commandprompt.com>

From: ash <ash@commandprompt.com>
To: David G Johnston <david.g.johnston@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2014-05-28T03:29:43Z
Lists: pgsql-hackers
David G Johnston <david.g.johnston@gmail.com> writes:
>
> Would it be possible to handle the specific case of varchar(n) to
> varchar/text by just ignoring the error?

Simply for the reference, my case is INT to BIGINT.

--
Alex


Commits

  1. Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.