Richard Broersma Jr <rabroersma@yahoo.com> writes:
> Is there a way to alter the definition of a view without dropping and
> recreating it?
You can replace a view with a different computation of the same output
columns, but you can't change the set of output columns. I'm not sure
why we still enforce that, given that regular tables can be changed more
flexibly ...
regards, tom lane