Re: SELECT DISTINCT ON bug? - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: SELECT DISTINCT ON bug?
Date
Msg-id 20030521193246.GA21231@wolff.to
Whole thread Raw
In response to Re: SELECT DISTINCT ON bug?  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Responses Re: SELECT DISTINCT ON bug?  ("scott.marlowe" <scott.marlowe@ihs.com>)
Re: SELECT DISTINCT ON bug?  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-general
On Wed, May 21, 2003 at 10:58:26 +0100,
  "Nigel J. Andrews" <nandrews@investsystems.co.uk> wrote:
>
> Syntax:
> SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]
>     * | expression [ AS output_name ] [, ...]

This syntax expression does seem wrong. Usually concatenation takes
precedence over alternation. I think there really should be {}s around
the second line.

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Installing PlPerl
Next
From: "Jim C. Nasby"
Date:
Subject: Re: ERROR: Memory exhausted in AllocSetAlloc(188)