Re: [HACKERS] Old parser feature

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Old parser feature
Дата
Msg-id 199812160146.UAA24397@candle.pha.pa.us
обсуждение исходный текст
Ответ на Old parser feature  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
> Hey, check it out:
> 
> postgres=> select case_tbl.*;
>   i|    f
> ---+-----
>  -3| 10.1
>  -6| 20.2
>  -9|-30.3
> -12|
> (4 rows)
> 
> Notes in the parser say this was allowed with POSTQUEL, so was retained
> when implementing SQL...

Yes, nice feature.  QUEL allowed:
retrieve (case_tbl.all)

In fact, QUEL never had a FROM clause in the SQL sense.

--  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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Old parser feature
Следующее
От: Theo Kramer
Дата:
Сообщение: Re: [HACKERS] 123.45 - 123 = 0.45