Edit wiki - Mailing list pgsql-www

From Magnus Falch
Subject Edit wiki
Date
Msg-id CAODrA7qNoX7QqBNO_OfobjULLhNanjvZyco0wNOn7xELuY=VBw@mail.gmail.com
Whole thread Raw
Responses Re: Edit wiki  (Joe Conway <mail@joeconway.com>)
List pgsql-www
I would like editor access to the wiki,
my username is magnus.falch@gmail.com and I would like to modify the array_reverse snippets to add this one:

CREATE OR REPLACE FUNCTION array_reverse_custom(input anyarray)
RETURNS anyarray
language sql
returns null on null input
parallel safe
immutable
AS $$
select array_agg(val order by pos desc) from
unnest(input) with ordinality as elem(val,pos);
$$;

pgsql-www by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Excessive margin for code in h2
Next
From: hubert depesz lubaczewski
Date:
Subject: Varnish errors on devel docs