Edit wiki

Поиск
Список
Период
Сортировка
От Magnus Falch
Тема Edit wiki
Дата
Msg-id CAODrA7qNoX7QqBNO_OfobjULLhNanjvZyco0wNOn7xELuY=VBw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Edit wiki
Список 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 по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Excessive margin for code in h2
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Varnish errors on devel docs