Wiki editor request - Mailing list pgsql-www

From David Turoň
Subject Wiki editor request
Date
Msg-id 9d1a25d7-2692-216c-fc13-4be9b84ed3d7@linuxbox.cz
Whole thread Raw
List pgsql-www

Hello,

on this page is not working example

https://wiki.postgresql.org/wiki/First/last_(aggregate)


CREATE AGGREGATE public.first (anyelement)(
        sfunc    = public.first_agg,
        stype    = anyelement,
        parallel = safe
);
CREATE AGGREGATE

basetype = anyelement - base element must be in aggregate argument to support new syntax with PARALLEL

Have nice day.

David



pgsql-www by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Vulnerability Report (DMARC RECORD)
Next
From: Sehrope Sarkuni
Date:
Subject: Add versions.json endpoint with latest release information