Allow ALTER VIEW command to rename the column in the view.

Fujii Masao <fujii@postgresql.org>

Commit: 30840c92ac0c4073fb7bc8222317630571b8cf25
Author: Fujii Masao <fujii@postgresql.org>
Date: 2019-11-21T10:55:13Z
Releases: 13.0
Allow ALTER VIEW command to rename the column in the view.

ALTER TABLE RENAME COLUMN command always can be used to rename the column
in the view, but it's reasonable to add that syntax to ALTER VIEW too.

Author: Fujii Masao
Reviewed-by: Ibrar Ahmed, Yu Kimura
Discussion: https://postgr.es/m/CAHGQGwHoQMD3b-MqTLcp1MgdhCpOKU7QNRwjFooT4_d+ti5v6g@mail.gmail.com

Files

Documentation touched

Discussion