Re: [HACKERS] Beta for 4:30AST ... ?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Beta for 4:30AST ... ?
Дата
Msg-id 200002211907.OAA10055@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Beta for 4:30AST ... ?  (Don Baccus <dhogaza@pacifier.com>)
Ответы Re: [HACKERS] Beta for 4:30AST ... ?  (Don Baccus <dhogaza@pacifier.com>)
Список 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,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Beta for 4:30AST ... ?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Beta for 4:30AST ... ?