Re: Table renaming does not propagate to views

2018-09-14 Thread Tom Lane
Jordan Deitch writes: > It appears only the oid of the relations used in a view are captured in the > view definition, not the relations' name itself. The effect this has is that > relation renaming does not propagate to views. I would like to assert that > they should. > The user has stated t

Table renaming does not propagate to views

2018-09-14 Thread Jordan Deitch
Hi Hackers - It appears only the oid of the relations used in a view are captured in the view definition, not the relations' name itself. The effect this has is that relation renaming does not propagate to views. I would like to assert that they should. The user has stated their intention in t