Re: [GENERAL] How to add columns to view with dependencies - Mailing list pgsql-general

From Karsten Hilbert
Subject Re: [GENERAL] How to add columns to view with dependencies
Date
Msg-id 20170417085514.aot7ryzq7hnlmj5g@hermes.hilbert.loc
Whole thread Raw
In response to [GENERAL] How to add columns to view with dependencies  (Guyren Howe <guyren@gmail.com>)
List pgsql-general
On Sun, Apr 16, 2017 at 08:02:54PM -0700, Guyren Howe wrote:

> I can imagine ways of sort-of dealing with this. I might
> maintain a SQL file with views to create in a suitable order,
> Then I could drop all views, edit the definition of one, then
> run the file, but this is awfully tedious.

This, kept under version control, seems best practice,
regardless of what PG supports making the above easier.

Karsten
--
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] How to add columns to view with dependencies
Next
From: Devrim Gündüz
Date:
Subject: Re: [GENERAL] Error During PostGIS Build From Source on Linux