On Sat, 10 Jan 2004, Tom Lane wrote:
> Rajesh Kumar Mallah <[EMAIL PROTECTED]> writes:
> > How do people extend a parent view which has
> > lot of dependent views?
> > The parent view cannot be dropped because that will
> > require recreating a dozen of dependent views.
>
> You're out of luck, yo
Rajesh Kumar Mallah <[EMAIL PROTECTED]> writes:
> How do people extend a parent view which has
> lot of dependent views?
> The parent view cannot be dropped because that will
> require recreating a dozen of dependent views.
You're out of luck, you'll have to drop and remake them all.
In future we
Dear PostgreSQL gurus,
How do people extend a parent view which has
lot of dependent views?
The parent view cannot be dropped because that will
require recreating a dozen of dependent views.
Is there any workaround.
Also is there an easy way of dumping the definitions
of all the dependent views o