Re: Wiki edit access - Mailing list pgsql-www

From Joe Conway
Subject Re: Wiki edit access
Date
Msg-id dae3bacd-5f2d-4000-ad7c-a2e61032b83b@joeconway.com
Whole thread Raw
List pgsql-www
On 5/22/25 13:47, Ryan Booz wrote:
> Greetings!
> 
> I already have edit access to a few portions of the Wiki, but I would 
> like to edit the Speaker Bureau page and was unable to.
> 
> Could I please have edit access to: https://wiki.postgresql.org/wiki/ 
> Speaker_Bureau <https://wiki.postgresql.org/wiki/Speaker_Bureau>

There is no special protection on that page, but you do have two 
community login names:

select username from auth_user where first_name like 'Ryan' and 
last_name like 'Booz';
  username
----------
  ryanbooz
  rbooz-ts
(2 rows)

Any chance you logged in with the wrong one? Or somehow forgot to login? 
I verified that ryanbooz does indeed have editor.

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



pgsql-www by date:

Previous
From: Mankirat Singh
Date:
Subject: Re: Development of ABI Compliance Checker for official PostgreSQL Repo