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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: David Sauer <davids(at)orfinet(dot)cz>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] BUG report: ERROR: Cannot expand tables; ....
Date: 1999-05-17 04:18:57
Message-ID: 199905170418.AAA24385@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-05-17 04:53:53 Re: [HACKERS] Memory leaks in relcache
Previous Message The Hermit Hacker 1999-05-17 03:35:00 Re: [HACKERS] How good is FreeBSD for postgres ?