Re: aggregate functions - Mailing list pgsql-general

From Alex Pilosov
Subject Re: aggregate functions
Date
Msg-id Pine.BSO.4.10.10006190857410.6207-100000@spider.pilosoft.com
Whole thread Raw
In response to Re: aggregate functions  (Holger Klawitter <holger@klawitter.de>)
List pgsql-general
On Mon, 19 Jun 2000, Holger Klawitter wrote:

> Perhaps someone want to put that into the documentation.
> By the way, there is still one problem:
>
>     select join(col) group by ...
> does not work, one has to type
>     select "join"(col) group by ...
>
> I assume this is bug ...
JOIN is a reserved word in 7.0, to implement ANSI SQL JOINs

-alex


pgsql-general by date:

Previous
From: "Bryan White"
Date:
Subject: Re: Read an already existing DB: functions & triggers.
Next
From: "Chris Dorr"
Date:
Subject: pg_sorttemp*