public inbox for [email protected]  
help / color / mirror / Atom feed
Edit wiki
4+ messages / 2 participants
[nested] [flat]

* Edit wiki
@ 2024-03-13 13:05  Magnus Falch <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Magnus Falch @ 2024-03-13 13:05 UTC (permalink / raw)
  To: pgsql-www

I would like editor access to the wiki,
my username is [email protected] 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);
$$;


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Edit wiki
@ 2024-03-20 18:06  Joe Conway <[email protected]>
  parent: Magnus Falch <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Joe Conway @ 2024-03-20 18:06 UTC (permalink / raw)
  To: Magnus Falch <[email protected]>; pgsql-www

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






^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Edit wiki
@ 2024-03-25 11:55  Magnus Falch <[email protected]>
  parent: Joe Conway <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Magnus Falch @ 2024-03-25 11:55 UTC (permalink / raw)
  To: Joe Conway <[email protected]>; +Cc: pgsql-www

Done.

ons. 20. mars 2024 kl. 19:08 skrev Joe Conway <[email protected]>:

> 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
>
>


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Edit wiki
@ 2024-03-25 12:01  Joe Conway <[email protected]>
  parent: Magnus Falch <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Joe Conway @ 2024-03-25 12:01 UTC (permalink / raw)
  To: Magnus Falch <[email protected]>; +Cc: pgsql-www

On 3/25/24 07:55, Magnus Falch wrote:
> Done.
> 
> ons. 20. mars 2024 kl. 19:08 skrev Joe Conway <[email protected] 
> <mailto:[email protected]>>:
> 
>     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







^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2024-03-25 12:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 13:05 Edit wiki Magnus Falch <[email protected]>
2024-03-20 18:06 ` Joe Conway <[email protected]>
2024-03-25 11:55   ` Magnus Falch <[email protected]>
2024-03-25 12:01     ` Joe Conway <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox