Re: [HACKERS] BUG report: ERROR: Cannot expand tables; ....

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] BUG report: ERROR: Cannot expand tables; ....
Дата
Msg-id 199905170418.AAA24385@candle.pha.pa.us
обсуждение исходный текст
Ответ на BUG report: ERROR: Cannot expand tables; ....  (David Sauer <davids@orfinet.cz>)
Список pgsql-hackers
> postgres, cvs snapshot 19990517 gives me an error:
> 
> ERROR:  Cannot expand tables; null p_rtable (internal error)
> 
> This happens after request to 'select *';
> 
> david=> select *;
> ERROR:  Cannot expand tables; null p_rtable (internal error)
> 
> This select statement is useless, but I dont like internal errors.

New message is:
       elog(ERROR, "Wildcard with no tables specified.");                    
Is this OK?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@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 по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] How good is FreeBSD for postgres ?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Memory leaks in relcache