Edit wiki

From: Magnus Falch <magnus(dot)falch(at)gmail(dot)com>
To: pgsql-www(at)postgresql(dot)org
Subject: Edit wiki
Date: 2024-03-13 13:05:02
Message-ID: CAODrA7qNoX7QqBNO_OfobjULLhNanjvZyco0wNOn7xELuY=VBw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

I would like editor access to the wiki,
my username is magnus(dot)falch(at)gmail(dot)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);
$$;

Responses

Browse pgsql-www by date

  From Date Subject
Next Message hubert depesz lubaczewski 2024-03-19 18:31:37 Varnish errors on devel docs
Previous Message Daniel Gustafsson 2024-03-12 15:33:55 Excessive margin for code in h2