Re: [HACKERS] Old parser feature

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Old parser feature
Date: 1998-12-16 01:46:50
Message-ID: 199812160146.UAA24397@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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 dustin sallings 1998-12-16 03:00:28 Re: [GENERAL] Row Level Locking, On-line Recovery
Previous Message Thomas G. Lockhart 1998-12-16 01:39:33 Old parser feature