Problems modifyiong view - Mailing list pgsql-general

From stan
Subject Problems modifyiong view
Date
Msg-id 20191114135356.GA14970@panix.com
Whole thread Raw
Responses Re: Problems modifyiong view  (Igor Korot <ikorot01@gmail.com>)
Re: Problems modifyiong view  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
I am trying to add columns to a view using CREATE OR REPLACE VIEW, and I am
getting the following error:

ERROR:  cannot change name of view column "descrip" to "contact_person_1"

I suppose  I can drop the view, and recreate it, but that seems to indicate
that the create or replace functionality is not functioning the way I would
expect.

Am I missing something here?

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
                        -- Benjamin Franklin



pgsql-general by date:

Previous
From: Michael Paquier
Date:
Subject: Re: root page 3 of index "pg_class_oid_index" has level 0, expected 1
Next
From: Adrian Klaver
Date:
Subject: Re: Problems modifyiong view