Re: [HACKERS] Beta for 4:30AST ... ?
Bruce Momjian <pgman@candle.pha.pa.us>
From: Bruce Momjian <pgman@candle.pha.pa.us>
To: Don Baccus <dhogaza@pacifier.com>
Cc: Ed Loehr <eloehr@austin.rr.com>, Tom Lane <tgl@sss.pgh.pa.us>, The Hermit Hacker <scrappy@hub.org>, pgsql-hackers@postgreSQL.org
Date: 2000-02-21T19:07:26Z
Lists: pgsql-hackers
> At 12:11 PM 2/21/00 -0600, Ed Loehr wrote: > >Don Baccus wrote: > >> > >> Even pg_dump works, though I had to modify a couple of views in order > >> to get them reload correctly. > > > >Don, could you elaborate on what you had to do to make your views > >reload correctly? > > Good timing - I was about to post on this subject anyway. > > I was able to fix my views by changing: > > create view foo as select * from bar; > > to: > > ...select * from bar bar; > > In other words, an explicit declaration of the range table name (is Yes, right name. I am totally confused why "from bar bar" is different from "bar". -- Bruce Momjian | http://www.op.net/~candle pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026