| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
| Cc: | Postgres Hackers List <hackers(at)postgresql(dot)org> |
| Subject: | Re: New notices? |
| Date: | 1999-09-29 14:14:17 |
| Message-ID: | 199909291414.KAA26120@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> postgres=> select * from t4;
> NOTICE: Adding missing FROM-clause entry for table t4
> m|n
> -+-
> ...
>
> I updated my current tree and now this message comes out on even
> simple queries. Is it supposed to be there? If so, why??
Strange. I don't get it:
test=> select * from pg_language;
lanname |lanispl|lanpltrusted|lanplcallfoid|lancompiler
--------+-------+------------+-------------+--------------
internal|f |f | 0|n/a
lisp |f |f | 0|/usr/ucb/liszt
C |f |f | 0|/bin/cc
sql |f |f | 0|postgres
(4 rows)
--
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-09-29 14:15:17 | Re: [HACKERS] New notices? |
| Previous Message | D'Arcy J.M. Cain | 1999-09-29 14:07:14 | Re: [HACKERS] string function |