New Column existing table + View - Mailing list pgsql-admin

From drum.lucas@gmail.com
Subject New Column existing table + View
Date
Msg-id CAE_gQfX5E0Xh7xVdqH_AoX5OJuewsPkHwutkZ+OMZRDff00XPA@mail.gmail.com
Whole thread Raw
Responses Re: New Column existing table + View  ("Gunnar \"Nick\" Bluth" <gunnar.bluth.extern@elster.de>)
List pgsql-admin

Hi all!

Question 1:

I want to add a new column to a base table, and add that new column to an existing view...

So all selects/updates/deletes translate back to the original table

How can I do that?


VARCHAR(255) or TEXT
nullable
and CRUDs on the view to apply to the table

Thanks

pgsql-admin by date:

Previous
From: Federico Campoli
Date:
Subject: Re: pglogical bug report
Next
From: "Gunnar \"Nick\" Bluth"
Date:
Subject: Re: New Column existing table + View