Обсуждение: Edit wiki

Поиск
Список
Период
Сортировка

Edit wiki

От
Magnus Falch
Дата:
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);
$$;

Re: Edit wiki

От
Joe Conway
Дата:
On 3/13/24 09:05, Magnus Falch wrote:
> I would like editor access to the wiki,

Sorry for the delay -- please login to the wiki once and then hit 
reply-all to this email. At that point we can grant editor.

-- 
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com




Re: Edit wiki

От
Magnus Falch
Дата:
Done.

ons. 20. mars 2024 kl. 19:08 skrev Joe Conway <mail@joeconway.com>:
On 3/13/24 09:05, Magnus Falch wrote:
> I would like editor access to the wiki,

Sorry for the delay -- please login to the wiki once and then hit
reply-all to this email. At that point we can grant editor.

--
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Re: Edit wiki

От
Joe Conway
Дата:
On 3/25/24 07:55, Magnus Falch wrote:
> Done.
> 
> ons. 20. mars 2024 kl. 19:08 skrev Joe Conway <mail@joeconway.com 
> <mailto:mail@joeconway.com>>:
> 
>     On 3/13/24 09:05, Magnus Falch wrote:
>      > I would like editor access to the wiki,
> 
>     Sorry for the delay -- please login to the wiki once and then hit
>     reply-all to this email. At that point we can grant editor.

done


-- 
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com