| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "PostgreSQL-development"(at)candle(dot)pha(dot)pa(dot)us, pgsql-hackers(at)postgreSQL(dot)org, "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu> |
| Subject: | Re: [HACKERS] New TODO item |
| Date: | 1999-06-17 22:41:57 |
| Message-ID: | 199906172243.SAA05469@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> > New item for TODO list:
> > * SELECT aliname FROM pg_class aliname generates strange error
>
> You don't need the alias; "SELECT pg_class FROM pg_class" generates
> the same behavior.
TODO updated.
>
> Looks to me like the parser is failing to reject this query as malformed.
> transformIdent() is willing to take either a column name or a relation
> name (why?), and no one upstream is rejecting the relation-name case.
There is some reason for this that I think Thomas can tell us.
--
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 | gravity | 1999-06-17 23:01:17 | Re: [HACKERS] (don't know who else to tell) 6.5 gets build on LinuxPPCR5 but fails a lot of regr. tests |
| Previous Message | Bruce Momjian | 1999-06-17 22:40:32 | Re: [HACKERS] New TODO item |