Re: [GENERAL] How to drop column from interrelated views - Mailing list pgsql-general

From Karsten Hilbert
Subject Re: [GENERAL] How to drop column from interrelated views
Date
Msg-id 20170716100843.parphvck27m3x2zi@hermes.hilbert.loc
Whole thread Raw
In response to [GENERAL] How to drop column from interrelated views  (Guyren Howe <guyren@gmail.com>)
List pgsql-general
On Sat, Jul 08, 2017 at 03:18:39PM -0700, Guyren Howe wrote:

> I’ve a set of interrelated views. I want to drop a column from a table and from all the views that cascade from it.
>
> I’ve gone to the leaf dependencies and removed the field from them. But I can’t remove the field from the
intermediateviews because Postgres doesn’t appear to be clever enough to see that the leafs no longer depend on the
column.Or did I just miss one? 
>
> In general, this seems like a major weakness expressing a model in Postgres (I get that any such weakness derives
fromSQL; that doesn’t stop me wanting a solution). 

Not that it helps much with your immediate problem but this
is typically the point where one realizes that database
definitions should live under version control.

That doesn't enable easy dropping of a column from
interrelated views but does allow for more convenient ways of
writing the required DDL change script.

Regards,
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] spi/timetravel: unique constraint violation on UPDATE
Next
From: Devrim Gündüz
Date:
Subject: Re: [GENERAL] Failed DNF dependency in Fedora