Thread: BUG report: ERROR: Cannot expand tables; ....

BUG report: ERROR: Cannot expand tables; ....

From
David Sauer
Date:
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.

-- 
* David Sauer, student of Czech Technical University
* electronic mail: davids@orfinet.cz (mime compatible)


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

From
Bruce Momjian
Date:
> 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