Old parser feature

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Old parser feature
Date: 1998-12-16 01:39:33
Message-ID: 36770F55.278ED388@alumni.caltech.edu
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...

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-12-16 01:46:50 Re: [HACKERS] Old parser feature
Previous Message Bruce Momjian 1998-12-16 00:29:32 Re: [HACKERS] 123.45 - 123 = 0.45