Re: Segmentation fault when changing view

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: vlad@crystalballinc.com
Cc: pgsql-bugs@postgresql.org
Date: 2001-04-16T19:39:57Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes:
> Segmentation fault when changing view

I ran this script and didn't see any problem ...

In general though, whenever you drop/recreate a view you are going to
have to drop/recreate views that refer to it, too.

			regards, tom lane