public inbox for pgsql-www@postgresql.org  
help / color / mirror / Atom feed
Wiki editor request
86+ messages / 35 participants
[nested] [flat]

* Wiki editor request
@ 2021-10-02 15:18  tison <wander4096@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: tison @ 2021-10-02 15:18 UTC (permalink / raw)
  To: pgsql-www

Hi,

I would like editor access to the wiki, my username is tison and I would
like to modify the development information page[1] on entry

* Running a CommitFest

Since it has a new address and title.

Best,
tison.

[1] https://wiki.postgresql.org/wiki/Development_information


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

* Re: Wiki editor request
@ 2021-10-02 21:33  Alvaro Herrera <alvherre@alvh.no-ip.org>
  parent: tison <wander4096@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Alvaro Herrera @ 2021-10-02 21:33 UTC (permalink / raw)
  To: tison <wander4096@gmail.com>; +Cc: pgsql-www

On 2021-Oct-02, tison wrote:

> Hi,
> 
> I would like editor access to the wiki, my username is tison

Okay.  I've expedited your cool-off period.  Please log in to the wiki
once so that the user is created there, and ping back.

> and I would like to modify the development information page[1] on
> entry
> 
> * Running a CommitFest
> 
> Since it has a new address and title.

True ...

-- 
Álvaro Herrera           39°49'30"S 73°17'W  —  https://www.EnterpriseDB.com/





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

* Re: Wiki editor request
@ 2021-10-03 04:33  tison <wander4096@gmail.com>
  parent: Alvaro Herrera <alvherre@alvh.no-ip.org>
  0 siblings, 1 reply; 86+ messages in thread

From: tison @ 2021-10-03 04:33 UTC (permalink / raw)
  To: Alvaro Herrera <alvherre@alvh.no-ip.org>; +Cc: pgsql-www

Alvaro Herrera <alvherre@alvh.no-ip.org> 于2021年10月3日周日 上午5:33写道:

> On 2021-Oct-02, tison wrote:
>
> > Hi,
> >
> > I would like editor access to the wiki, my username is tison
>
> Okay.  I've expedited your cool-off period.  Please log in to the wiki
> once so that the user is created there, and ping back.
>

Thank you. I've created the account but still don't see an edit button.
Ping back here.


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

* Re: Wiki editor request
@ 2021-10-04 15:54  Alvaro Herrera <alvherre@alvh.no-ip.org>
  parent: tison <wander4096@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Alvaro Herrera @ 2021-10-04 15:54 UTC (permalink / raw)
  To: tison <wander4096@gmail.com>; +Cc: pgsql-www

On 2021-Oct-03, tison wrote:

> Thank you. I've created the account but still don't see an edit button.
> Ping back here.

I've made you an editor now, yay.

-- 
Álvaro Herrera





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

* Re: Wiki editor request
@ 2021-10-05 14:26  tison <wander4096@gmail.com>
  parent: Alvaro Herrera <alvherre@alvh.no-ip.org>
  0 siblings, 1 reply; 86+ messages in thread

From: tison @ 2021-10-05 14:26 UTC (permalink / raw)
  To: Alvaro Herrera <alvherre@alvh.no-ip.org>; +Cc: pgsql-www

Alvaro Herrera <alvherre@alvh.no-ip.org> 于2021年10月4日周一 下午11:54写道:

> On 2021-Oct-03, tison wrote:
>
> > Thank you. I've created the account but still don't see an edit button.
> > Ping back here.
>
> I've made you an editor now, yay.
>

Thank you and page updated. I'm reading wiki pages these days
PG community saves a lot of best practices IMO.



>
> --
> Álvaro Herrera
>


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

* Re: Wiki editor request
@ 2021-10-05 15:10  Alvaro Herrera <alvherre@alvh.no-ip.org>
  parent: tison <wander4096@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Alvaro Herrera @ 2021-10-05 15:10 UTC (permalink / raw)
  To: tison <wander4096@gmail.com>; +Cc: pgsql-www

On 2021-Oct-05, tison wrote:

> Thank you and page updated. I'm reading wiki pages these days
> PG community saves a lot of best practices IMO.

That's great to hear.  Please be aware that quite a few pages are
outdated or even in need of major revamps or complete rewrites; feel
free to edit things.

-- 
Álvaro Herrera           39°49'30"S 73°17'W  —  https://www.EnterpriseDB.com/






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

* Wiki editor request
@ 2021-10-12 12:52  Dave Compton <sircompo@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Dave Compton @ 2021-10-12 12:52 UTC (permalink / raw)
  To: pgsql-www

I would like editor access to the wiki, my username is sircompo and I would
like to modify "Locale data changes".

I believe there's a comma where it shouldn't be;

SELECT indrelid::regclass::text, indexrelid::regclass::text, collname,
pg_get_indexdef(indexrelid)

should be :

SELECT indrelid::regclass::text, indexrelid::regclass::text collname,
pg_get_indexdef(indexrelid)


Regards,
Dave.


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

* Re: Wiki editor request
@ 2021-10-12 13:18  Dave Compton <sircompo@gmail.com>
  parent: Dave Compton <sircompo@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Dave Compton @ 2021-10-12 13:18 UTC (permalink / raw)
  To: pgsql-www

Wrong wrong wrong!
I jumped the gun there. Not sure what I was thinking.
Looks like collprovider was introduced in PG10 so that'll be my problem
(trying to run that query on 9.3!).

Sorry to waste your time, please disregard my request.


On Tue, 12 Oct 2021 at 13:52, Dave Compton <sircompo@gmail.com> wrote:

> I would like editor access to the wiki, my username is sircompo and I
> would like to modify "Locale data changes".
>
> I believe there's a comma where it shouldn't be;
>
> SELECT indrelid::regclass::text, indexrelid::regclass::text, collname, pg_get_indexdef(indexrelid)
>
> should be :
>
> SELECT indrelid::regclass::text, indexrelid::regclass::text collname, pg_get_indexdef(indexrelid)
>
>
> Regards,
> Dave.
>


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

* Wiki editor request
@ 2021-10-13 02:19  Farhad Ghadimi <ghadimifarhad907@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Farhad Ghadimi @ 2021-10-13 02:19 UTC (permalink / raw)
  To: pgsql-www




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

* Re: Wiki editor request
@ 2021-10-13 15:28  Joe Conway <mail@joeconway.com>
  parent: Farhad Ghadimi <ghadimifarhad907@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2021-10-13 15:28 UTC (permalink / raw)
  To: Farhad Ghadimi <ghadimifarhad907@gmail.com>; pgsql-www

On 10/12/21 10:19 PM, Farhad Ghadimi wrote:

Please introduce yourself and tell us what you would like to edit.

Thanks,

Joe

-- 
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development






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

* Wiki editor request
@ 2021-11-05 13:55  Алексей Мартынов <martinmartinovichmartinov@yandex.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Алексей Мартынов @ 2021-11-05 13:55 UTC (permalink / raw)
  To: pgsql-www; Admin INOI_5_2021 <martinovaleksey9@gmail.com>

<br /><br />-- <br />Отправлено из мобильного приложения Яндекс.Почты






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

* Wiki editor request
@ 2021-12-09 20:45  X L <xinyuliu12@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: X L @ 2021-12-09 20:45 UTC (permalink / raw)
  To: pgsql-www

Hello,

I would like to request editor access to the PostgreSQL Wiki. My username
is xinyuliu and I would like to add to the page
https://wiki.postgresql.org/wiki/Performance_Optimization  a list of
potential optimization techniques.

In the past, we submitted this kind of issues as bug reports (e.g., BUG
#16625
<https://www.postgresql.org/message-id/CAApHDvqKE2MLsQidBtY8AaM%2BJ9VWN5uct3dQ92HnfDKzc4f%3DcQ%40mail...;)
describing how PostgreSQL may manifest suboptimal runtime performance for
certain query patterns, which suggests missing optimizations. However, the
developer who responded to our reports suggested reporting these issues as
missing optimisations on the Wiki page instead.

Furthermore, we also noticed that users could be unaware of these issues
and inquire about possible workarounds
<https://www.spinics.net/lists/pgsql-performance/msg42681.html;, which
would be a further reason to provide this information on the Wiki. The Wiki
would also provide a forum for developers and users to discuss
opportunities for improving the existing query optimizer.

I am looking forward to your response and would be happy to provide any
additional information that you may need.

Thank you,

Xinyu Liu


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

* Wiki editor request
@ 2021-12-17 19:33  James Sercye <jamessercye0@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: James Sercye @ 2021-12-17 19:33 UTC (permalink / raw)
  To: pgsql-www

Thankyou


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

* Re: Wiki editor request
@ 2021-12-17 20:47  Alvaro Herrera <alvherre@alvh.no-ip.org>
  parent: James Sercye <jamessercye0@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Alvaro Herrera @ 2021-12-17 20:47 UTC (permalink / raw)
  To: James Sercye <jamessercye0@gmail.com>; +Cc: pgsql-www

On 2021-Dec-17, James Sercye wrote:

> Thankyou

What would you like to edit, please?

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"El destino baraja y nosotros jugamos" (A. Schopenhauer)






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

* Wiki editor request
@ 2022-01-10 20:57  Ryan Booz <ryan@softwareandbooz.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Ryan Booz @ 2022-01-10 20:57 UTC (permalink / raw)
  To: pgsql-www

Good day!

I would like editor access to the wiki, my username is 'ryanbooz' and I
would like to modify content related to converting from other databases.
Initially I would focus on the new Terminology pages recently added by
Andreas Scherbaum.

https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL

Regards,
Ryan Booz


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

* Re: Wiki editor request
@ 2022-01-10 21:02  Christophe Pettus <xof@thebuild.com>
  parent: Ryan Booz <ryan@softwareandbooz.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Christophe Pettus @ 2022-01-10 21:02 UTC (permalink / raw)
  To: Ryan Booz <ryan@softwareandbooz.com>; +Cc: pgsql-www



> On Jan 10, 2022, at 12:57, Ryan Booz <ryan@softwareandbooz.com> wrote:
> 
> Good day!
> 
> I would like editor access to the wiki, my username is 'ryanbooz' and I would like to modify content related to converting from other databases. Initially I would focus on the new Terminology pages recently added by Andreas Scherbaum.
> 
> https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL

You should now have Editor rights.  Thanks!




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

* Re: Wiki editor request
@ 2022-01-11 02:19  Ryan Booz <ryan@softwareandbooz.com>
  parent: Christophe Pettus <xof@thebuild.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Ryan Booz @ 2022-01-11 02:19 UTC (permalink / raw)
  To: Christophe Pettus <xof@thebuild.com>; +Cc: pgsql-www

I'm in. Thank you Christophe!

On Mon, Jan 10, 2022 at 4:03 PM Christophe Pettus <xof@thebuild.com> wrote:

>
>
> > On Jan 10, 2022, at 12:57, Ryan Booz <ryan@softwareandbooz.com> wrote:
> >
> > Good day!
> >
> > I would like editor access to the wiki, my username is 'ryanbooz' and I
> would like to modify content related to converting from other databases.
> Initially I would focus on the new Terminology pages recently added by
> Andreas Scherbaum.
> >
> >
> https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL
>
> You should now have Editor rights.  Thanks!


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

* Wiki editor request
@ 2023-10-01 16:17  Alexandre Biche <aleluff@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Alexandre Biche @ 2023-10-01 16:17 UTC (permalink / raw)
  To: pgsql-www

Hi,

First of all, thanks for the all the work you(and all the team) done on
PostgreSQL, an amazing but quite intimidating database
That's why I developed WebDB : to introduce gently complex things to
beginners with essentials features

Here is the website : https://webdb.app/

So can you please give me write access on the page
https://wiki.postgresql.org/wiki/PostgreSQL_Clients, so I can add WebDB to
the cross-platform section
I can easily understand that you don't want to give write access, if so,
can you add WebDB for me

Tell me if I need to give you section text
If you have some time, I would love some feedback on my software so I can
improve it

Best

-- 
*Alexandre Biche*


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

* Re: Wiki editor request
@ 2023-10-01 18:11  Joe Conway <mail@joeconway.com>
  parent: Alexandre Biche <aleluff@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Joe Conway @ 2023-10-01 18:11 UTC (permalink / raw)
  To: Alexandre Biche <aleluff@gmail.com>; pgsql-www

On 10/1/23 12:17, Alexandre Biche wrote:
> So can you please give me write access

I have expedited your cooling off period. Please log in to the wiki once 
and then reply-all to this email to report it done. At that point we can 
grant you editor permissions for the wiki.

Thanks,

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






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

* Re: Wiki editor request
@ 2023-10-01 18:27  Alexandre Biche <aleluff@gmail.com>
  parent: Joe Conway <mail@joeconway.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Alexandre Biche @ 2023-10-01 18:27 UTC (permalink / raw)
  To: Joe Conway <mail@joeconway.com>; +Cc: pgsql-www

Hi Mr Conway

Thanks for the quick reply
Maybe there is something I don't get because the website tells me :
"The site you are trying to log in to (the postgresql wiki) requires a
cool-off period between account creation and logging in."

Best

Le dim. 1 oct. 2023 à 20:11, Joe Conway <mail@joeconway.com> a écrit :

> On 10/1/23 12:17, Alexandre Biche wrote:
> > So can you please give me write access
>
> I have expedited your cooling off period. Please log in to the wiki once
> and then reply-all to this email to report it done. At that point we can
> grant you editor permissions for the wiki.
>
> Thanks,
>
> --
> Joe Conway
> PostgreSQL Contributors Team
> RDS Open Source Databases
> Amazon Web Services: https://aws.amazon.com
>
>

-- 
*Alexandre Biche*


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

* Re: Wiki editor request
@ 2023-10-01 18:28  Joe Conway <mail@joeconway.com>
  parent: Alexandre Biche <aleluff@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Joe Conway @ 2023-10-01 18:28 UTC (permalink / raw)
  To: Alexandre Biche <aleluff@gmail.com>; +Cc: pgsql-www

On 10/1/23 14:27, Alexandre Biche wrote:
> Hi Mr Conway
> 
> Thanks for the quick reply
> Maybe there is something I don't get because the website tells me :
> "The site you are trying to log in to (the postgresql wiki) requires a 
> cool-off period between account creation and logging in."

My bad -- try again ;-)

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






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

* Re: Wiki editor request
@ 2023-10-01 18:40  Alexandre Biche <aleluff@gmail.com>
  parent: Joe Conway <mail@joeconway.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Alexandre Biche @ 2023-10-01 18:40 UTC (permalink / raw)
  To: Joe Conway <mail@joeconway.com>; +Cc: pgsql-www

It works =)

Thanks

Best Regards

Le dim. 1 oct. 2023 à 20:28, Joe Conway <mail@joeconway.com> a écrit :

> On 10/1/23 14:27, Alexandre Biche wrote:
> > Hi Mr Conway
> >
> > Thanks for the quick reply
> > Maybe there is something I don't get because the website tells me :
> > "The site you are trying to log in to (the postgresql wiki) requires a
> > cool-off period between account creation and logging in."
>
> My bad -- try again ;-)
>
> --
> Joe Conway
> PostgreSQL Contributors Team
> RDS Open Source Databases
> Amazon Web Services: https://aws.amazon.com
>
>

-- 
*Alexandre Biche*


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

* Re: Wiki editor request
@ 2023-10-01 18:42  Joe Conway <mail@joeconway.com>
  parent: Alexandre Biche <aleluff@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Joe Conway @ 2023-10-01 18:42 UTC (permalink / raw)
  To: Alexandre Biche <aleluff@gmail.com>; +Cc: pgsql-www

On 10/1/23 14:40, Alexandre Biche wrote:
> It works =)


Cool -- all done, edit away...

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






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

* Re: Wiki editor request
@ 2023-10-01 19:25  Alexandre Biche <aleluff@gmail.com>
  parent: Joe Conway <mail@joeconway.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Alexandre Biche @ 2023-10-01 19:25 UTC (permalink / raw)
  To: Joe Conway <mail@joeconway.com>; +Cc: pgsql-www

Done

What do you think about this?

Le dim. 1 oct. 2023 à 20:42, Joe Conway <mail@joeconway.com> a écrit :

> On 10/1/23 14:40, Alexandre Biche wrote:
> > It works =)
>
>
> Cool -- all done, edit away...
>
> --
> Joe Conway
> PostgreSQL Contributors Team
> RDS Open Source Databases
> Amazon Web Services: https://aws.amazon.com
>
>

-- 
*Alexandre Biche*


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

* Wiki Editor Request
@ 2023-10-13 06:52  Cyrus Choy <cyrus@five.co>
  0 siblings, 1 reply; 86+ messages in thread

From: Cyrus Choy @ 2023-10-13 06:52 UTC (permalink / raw)
  To: pgsql-www

Hi PostgreSQL team,

I would like editor access to the wiki, my username is cyrus.five.co and I would like to update the PostgreSQL Clients<https://wiki.postgresql.org/wiki/PostgreSQL_Clients; page.

Five allows developers to query almost any external SQL database such as PostgreSQL to build modern web applications.

For your kind consideration,

Cyrus


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

* Re: Wiki Editor Request
@ 2023-10-13 11:54  Joe Conway <mail@joeconway.com>
  parent: Cyrus Choy <cyrus@five.co>
  0 siblings, 1 reply; 86+ messages in thread

From: Joe Conway @ 2023-10-13 11:54 UTC (permalink / raw)
  To: Cyrus Choy <cyrus@five.co>; pgsql-www

On 10/13/23 02:52, Cyrus Choy wrote:
> I would like editor access to the wiki


I have expedited your cooling off period. Please log into the wiki once 
and then reply-all saying you have done so. At that point we can grant 
editor privileges.

Thanks,

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






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

* Re: Wiki Editor Request
@ 2023-10-16 01:31  Cyrus Choy <cyrus@five.co>
  parent: Joe Conway <mail@joeconway.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Cyrus Choy @ 2023-10-16 01:31 UTC (permalink / raw)
  To: Joe Conway <mail@joeconway.com>; pgsql-www

Hi Joe,

Thanks, I've logged in.



[Five]<https://www.five.co;

Cyrus Choy

Growth Marketer

T: +60 19 241 4881

E: cyrus@five.co<mailto:cyrus@five.co>   W: www.five.co<https://www.five.co;

________________________________
From: Joe Conway <mail@joeconway.com>
Sent: 13 October 2023 19:54
To: Cyrus Choy <cyrus@five.co>; pgsql-www@postgresql.org <pgsql-www@postgresql.org>
Subject: Re: Wiki Editor Request

CAUTION:This email originated from outside of Five. Do not click links or open attachments unless you recognise the sender and know the content is safe.


On 10/13/23 02:52, Cyrus Choy wrote:
> I would like editor access to the wiki


I have expedited your cooling off period. Please log into the wiki once
and then reply-all saying you have done so. At that point we can grant
editor privileges.

Thanks,

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



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

* Re: Wiki Editor Request
@ 2023-10-16 13:06  Joe Conway <mail@joeconway.com>
  parent: Cyrus Choy <cyrus@five.co>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2023-10-16 13:06 UTC (permalink / raw)
  To: Cyrus Choy <cyrus@five.co>; pgsql-www

On 10/15/23 21:31, Cyrus Choy wrote:
> Thanks, I've logged in.

Editor granted.

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







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

* Wiki editor request
@ 2023-10-20 14:00  Pavlo Golub <pavlo.golub@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Pavlo Golub @ 2023-10-20 14:00 UTC (permalink / raw)
  To: pgsql-www

Hello www,

I would like editor access to the wiki, my username is "pashagolub" and
I would like to modify https://wiki.postgresql.org/wiki/PGFGMembers

There is wrong information for Hans-Jürgen Schönig. He is located in 
Austria, not Germany.

Best regards,
Pavlo Golub

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

* Re: Wiki editor request
@ 2023-10-20 14:03  Alvaro Herrera <alvherre@alvh.no-ip.org>
  parent: Pavlo Golub <pavlo.golub@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Alvaro Herrera @ 2023-10-20 14:03 UTC (permalink / raw)
  To: Pavlo Golub <pavlo.golub@gmail.com>; +Cc: pgsql-www

On 2023-Oct-20, Pavlo Golub wrote:

> Hello www,
> 
> I would like editor access to the wiki, my username is "pashagolub" and
> I would like to modify https://wiki.postgresql.org/wiki/PGFGMembers

Hi, you're already an editor since 2017.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"Los dioses no protegen a los insensatos.  Éstos reciben protección de
otros insensatos mejor dotados" (Luis Wu, Mundo Anillo)





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

* Re[2]: Wiki editor request
@ 2023-10-20 14:06  Pavlo Golub <pavlo.golub@gmail.com>
  parent: Alvaro Herrera <alvherre@alvh.no-ip.org>
  0 siblings, 1 reply; 86+ messages in thread

From: Pavlo Golub @ 2023-10-20 14:06 UTC (permalink / raw)
  To: Alvaro Herrera <alvherre@alvh.no-ip.org>; +Cc: pgsql-www


>On 2023-Oct-20, Pavlo Golub wrote:
>
>>  Hello www,
>>
>>  I would like editor access to the wiki, my username is "pashagolub" and
>>  I would like to modify https://wiki.postgresql.org/wiki/PGFGMembers
>
>Hi, you're already an editor since 2017.

That strange, because I cannot edit. :(
https://wiki.postgresql.org/wiki/User:Pashagolub

I have two accounts "pashagolub" and "pasha_golub". First one is 
scpecifically created
for Mediawiki, since it forbids the underscores in logins. Can this be 
the reason of ambiguity?
>
>
>--
>Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
>"Los dioses no protegen a los insensatos.  Éstos reciben protección de
>otros insensatos mejor dotados" (Luis Wu, Mundo Anillo)

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

* Re: Wiki editor request
@ 2023-10-20 14:24  Alvaro Herrera <alvherre@alvh.no-ip.org>
  parent: Pavlo Golub <pavlo.golub@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Alvaro Herrera @ 2023-10-20 14:24 UTC (permalink / raw)
  To: Pavlo Golub <pavlo.golub@gmail.com>; +Cc: pgsql-www; Robert Treat <rob@xzilla.net>; Dave Cramer <davecramer@postgres.rocks>

On 2023-Oct-20, Pavlo Golub wrote:

> > >  I would like editor access to the wiki, my username is "pashagolub" and
> > >  I would like to modify https://wiki.postgresql.org/wiki/PGFGMembers

It turns out that the issue is that this page is protected, so I have
made the edit instead.

There are other inaccuracies in this page, such as listing Peter E in
USA and Dave Cramer in Canada.  Maybe it's due for more updates?  Added
liaisons in CC.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
<Schwern> It does it in a really, really complicated way
<crab> why does it need to be complicated?
<Schwern> Because it's MakeMaker.





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

* Re: Wiki editor request
@ 2023-10-21 03:17  Robert Treat <rob@xzilla.net>
  parent: Alvaro Herrera <alvherre@alvh.no-ip.org>
  0 siblings, 0 replies; 86+ messages in thread

From: Robert Treat @ 2023-10-21 03:17 UTC (permalink / raw)
  To: Alvaro Herrera <alvherre@alvh.no-ip.org>; +Cc: Pavlo Golub <pavlo.golub@gmail.com>; pgsql-www; Dave Cramer <davecramer@postgres.rocks>

On Fri, Oct 20, 2023 at 10:24 AM Alvaro Herrera <alvherre@alvh.no-ip.org>
wrote:

> On 2023-Oct-20, Pavlo Golub wrote:
>
> > > >  I would like editor access to the wiki, my username is "pashagolub"
> and
> > > >  I would like to modify https://wiki.postgresql.org/wiki/PGFGMembers
>
> It turns out that the issue is that this page is protected, so I have
> made the edit instead.
>
> There are other inaccuracies in this page, such as listing Peter E in
> USA and Dave Cramer in Canada.  Maybe it's due for more updates?  Added
> liaisons in CC.
>
>
>
While I dont think this makes any procedural difference, I'm certainly not
opposed to more accurate info, and I believe the three changes mentioned
here are the only ones that are needed at this time.

Robert Treat
https://xzilla.net


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

* Wiki editor request
@ 2023-10-30 10:23  =?iso-8859-9?Q?=DE=FCkr=FC_Demirhan?= <sukrudemirhan@outlook.com>
  0 siblings, 1 reply; 86+ messages in thread

From: =?iso-8859-9?Q?=DE=FCkr=FC_Demirhan?= @ 2023-10-30 10:23 UTC (permalink / raw)
  To: pgsql-www

Hello, with the Windows KB5031455 update, the name of the character set from Turkish_Turkey.1254 was changed to "Turkish_Türkiye.1254" and PostgreSQL Servers are not working. Even clean installations of the Latest Version give errors.
I don't know much about your Github build, so I wanted to give information here.



Error running C:\Windows\System32\cscript //NoLogo "C:\Program Files\PostgreSQL\16/installer/server/initcluster.vbs" "NT AUTHORITY\NetworkService" "postgres" "****" "C:\Users\*************\AppData\Local\Temp/postgresql_installer_416b328eab" "C:\Program Files\PostgreSQL\16" "C:\Program Files\PostgreSQL\16\data" 5432 "Turkish,Türkiye" 0: Program ended with an error exit code

Problem running post-install step. Installation may not complete correctly

The database cluster initialisation failed.



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

* Re: Wiki editor request
@ 2023-10-31 16:04  Joe Conway <mail@joeconway.com>
  parent: =?iso-8859-9?Q?=DE=FCkr=FC_Demirhan?= <sukrudemirhan@outlook.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2023-10-31 16:04 UTC (permalink / raw)
  To: Şükrü Demirhan <sukrudemirhan@outlook.com>; pgsql-www

On 10/30/23 06:23, Şükrü Demirhan wrote:
> Hello, with the Windows KB5031455 update, the name of the character set 
> from Turkish_Turkey.1254 was changed to "Turkish_*T**ü**rkiye*.1254" and 
> PostgreSQL Servers are not working. Even clean installations of the 
> Latest Version give errors.
> I don't know much about your Github build, so I wanted to give 
> information here.


I don't see a clear request here beyond the subject line -- are you 
asking for wiki editor permissions so that you can edit some page with 
this info?

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






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

* Wiki editor request
@ 2023-11-03 14:18  emma.vriezen@kpnmail.nl
  0 siblings, 1 reply; 86+ messages in thread

From: emma.vriezen@kpnmail.nl @ 2023-11-03 14:18 UTC (permalink / raw)
  To: pgsql-www

Hello,
 
I would like to edit the dead link to the mailing list etiquette FAQ on 'So, you want to be a developer?' in the PostgreSQL wiki. Could I get editor access? My username is EmmaVriezen.
 
With kind regards,
Emma Vriezen
 

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

* Re: Wiki editor request
@ 2023-11-04 15:52  Joe Conway <mail@joeconway.com>
  parent: emma.vriezen@kpnmail.nl
  0 siblings, 1 reply; 86+ messages in thread

From: Joe Conway @ 2023-11-04 15:52 UTC (permalink / raw)
  To: emma.vriezen@kpnmail.nl; pgsql-www

On 11/3/23 10:18, emma.vriezen@kpnmail.nl wrote:
> I would like to edit the dead link to the mailing list etiquette FAQ on 
> 'So, you want to be a developer?' in the PostgreSQL wiki. Could I get 
> editor access?

I have expedited your cooling off period. Please log into the wiki once 
and reply-all telling us that you have done so. At that point we can 
grant editor privileges.

Thanks,

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






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

* Re: Wiki editor request
@ 2023-11-05 11:20  emma.vriezen@kpnmail.nl
  parent: Joe Conway <mail@joeconway.com>
  0 siblings, 1 reply; 86+ messages in thread

From: emma.vriezen@kpnmail.nl @ 2023-11-05 11:20 UTC (permalink / raw)
  To: Joe Conway <mail@joeconway.com>; pgsql-www

> On 11/04/2023 4:52 PM CET Joe Conway <mail@joeconway.com> wrote:
> 
>  
> On 11/3/23 10:18, emma.vriezen@kpnmail.nl wrote:
> > I would like to edit the dead link to the mailing list etiquette FAQ on 
> > 'So, you want to be a developer?' in the PostgreSQL wiki. Could I get 
> > editor access?
> 
> I have expedited your cooling off period. Please log into the wiki once 
> and reply-all telling us that you have done so. At that point we can 
> grant editor privileges.
> 
> Thanks,
> 
> -- 
> Joe Conway
> PostgreSQL Contributors Team
> RDS Open Source Databases
> Amazon Web Services: https://aws.amazon.com

Thank you for the response. I have logged into the wiki.

Kind regards,
Emma Vriezen





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

* Re: Wiki editor request
@ 2023-11-05 16:06  Joe Conway <mail@joeconway.com>
  parent: emma.vriezen@kpnmail.nl
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2023-11-05 16:06 UTC (permalink / raw)
  To: emma.vriezen@kpnmail.nl; pgsql-www

On 11/5/23 06:20, emma.vriezen@kpnmail.nl wrote:
> Thank you for the response. I have logged into the wiki.

Thanks. Username emmavriezen now has editor rights.

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







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

* Wiki editor request
@ 2023-12-02 19:15  Rajiv Harlalka <rajivharlalka009@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Rajiv Harlalka @ 2023-12-02 19:15 UTC (permalink / raw)
  To: pgsql-www

My Username is Rajivharlalka009 and I would like the editor access to the
wiki to edit the Monitoring page with a broken link: Interpreting pg_stat
Views <http://www.varlena.com/GeneralBits/107.php;

Regards,
Rajiv Harlalka


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

* Re: Wiki editor request
@ 2023-12-03 20:00  Alvaro Herrera <alvherre@alvh.no-ip.org>
  parent: Rajiv Harlalka <rajivharlalka009@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Alvaro Herrera @ 2023-12-03 20:00 UTC (permalink / raw)
  To: Rajiv Harlalka <rajivharlalka009@gmail.com>; +Cc: pgsql-www

On 2023-Dec-03, Rajiv Harlalka wrote:

> My Username is Rajivharlalka009 and I would like the editor access to the
> wiki to edit the Monitoring page with a broken link: Interpreting pg_stat
> Views <http://www.varlena.com/GeneralBits/107.php;

Done, please edit.

[ unrelated thought in passing ]
Hmm, my recollection of the Spanish translations of the General Bits
column is that I did a lot more than are currently published.  I wonder
if my memory is just faulty, or some were lost at some point ... there
was a lot of very good material there.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/






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

* Wiki editor request
@ 2023-12-06 05:56  Andrew Morris <andrew.morris@lastyard.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Andrew Morris @ 2023-12-06 05:56 UTC (permalink / raw)
  To: pgsql-www

I would like editor access to the wiki, my username is amorris and I would like to modify https://wiki.postgresql.org/wiki/Lock_Monitoring

The existing query:
  SELECT blocked_locks.pid     AS blocked_pid,
         blocked_activity.usename  AS blocked_user,
         blocking_locks.pid     AS blocking_pid,
         blocking_activity.usename AS blocking_user,
         blocked_activity.query    AS blocked_statement,
         blocking_activity.query   AS current_statement_in_blocking_process
   FROM  pg_catalog.pg_locks         blocked_locks
    JOIN pg_catalog.pg_stat_activity blocked_activity  ON blocked_activity.pid = blocked_locks.pid
    JOIN pg_catalog.pg_locks         blocking_locks 
        ON blocking_locks.locktype = blocked_locks.locktype
        AND blocking_locks.database IS NOT DISTINCT FROM blocked_locks.database
        AND blocking_locks.relation IS NOT DISTINCT FROM blocked_locks.relation
        AND blocking_locks.page IS NOT DISTINCT FROM blocked_locks.page
        AND blocking_locks.tuple IS NOT DISTINCT FROM blocked_locks.tuple
        AND blocking_locks.virtualxid IS NOT DISTINCT FROM blocked_locks.virtualxid
        AND blocking_locks.transactionid IS NOT DISTINCT FROM blocked_locks.transactionid
        AND blocking_locks.classid IS NOT DISTINCT FROM blocked_locks.classid
        AND blocking_locks.objid IS NOT DISTINCT FROM blocked_locks.objid
        AND blocking_locks.objsubid IS NOT DISTINCT FROM blocked_locks.objsubid
        AND blocking_locks.pid != blocked_locks.pid
    JOIN pg_catalog.pg_stat_activity blocking_activity ON blocking_activity.pid = blocking_locks.pid
   WHERE NOT blocked_locks.granted;

does not work for cases where there are multiple transactions, it starts reporting additional bloced/blocking pairs that don't exist!

I have the following query that works for simple and complex cases with multiple transactions blocked by the same transaction:

SELECT
    blocker.pid AS blocker_id,
    blocker.datname AS blocker_db,
    blocker.application_name AS blocker_app,
    blocker.xact_start AS blocker_tx_start,
    blocker.query AS blocker_cur_query,
    --
    blocked.pid as blocked_pid,
    blocked.datname as blocked_db,
    blocked.application_name AS blocked_app,
    now() - blocked.query_start AS blocked_duration, 
    blocked.query as blocked_query
FROM pg_stat_activity AS blocked
JOIN pg_stat_activity AS blocker ON blocker.pid = ANY(pg_blocking_pids(blocked.pid))
order by blocked_duration desc;

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

* Re: Wiki editor request
@ 2023-12-07 13:00  Joe Conway <mail@joeconway.com>
  parent: Andrew Morris <andrew.morris@lastyard.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2023-12-07 13:00 UTC (permalink / raw)
  To: Andrew Morris <andrew.morris@lastyard.com>; pgsql-www

On 12/6/23 00:56, Andrew Morris wrote:
> I would like editor access to the wiki

I have expedited your cooling off period. Please log into the wiki once 
and reply-all to this email letting us know that you have done so. 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] 86+ messages in thread

* Wiki editor request
@ 2023-12-18 12:25  Jan Karremans <jan.karremans@cybertec.at>
  0 siblings, 1 reply; 86+ messages in thread

From: Jan Karremans @ 2023-12-18 12:25 UTC (permalink / raw)
  To: pgsql-www

I would like editor access to the wiki, my username is johnnyq72 and I would like to modify the speaker_bureau

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

* Re: Wiki editor request
@ 2023-12-18 16:46  Joe Conway <mail@joeconway.com>
  parent: Jan Karremans <jan.karremans@cybertec.at>
  0 siblings, 1 reply; 86+ messages in thread

From: Joe Conway @ 2023-12-18 16:46 UTC (permalink / raw)
  To: Jan Karremans <jan.karremans@cybertec.at>; pgsql-www

On 12/18/23 07:25, Jan Karremans wrote:
> I would like editor access to the wiki, my username is johnnyq72 and I would like to modify the speaker_bureau
> 

done

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






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

* Re: Wiki editor request
@ 2023-12-18 17:13  Jan Karremans <jan.karremans@cybertec.at>
  parent: Joe Conway <mail@joeconway.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Jan Karremans @ 2023-12-18 17:13 UTC (permalink / raw)
  To: Joe Conway <mail@joeconway.com>; +Cc: pgsql-www

Hi Joe,

Can it be that it needs a bit of time to propagate?
Kind regards,
Mit freundlichem Gruß,
Z poważaniem,
Met vriendelijke groet,

Jan Karremans



> On Dec 18, 2023, at 17:46, Joe Conway <mail@joeconway.com> wrote:
> 
> On 12/18/23 07:25, Jan Karremans wrote:
>> I would like editor access to the wiki, my username is johnnyq72 and I would like to modify the speaker_bureau
> 
> done
> 
> -- 
> Joe Conway
> PostgreSQL Contributors Team
> RDS Open Source Databases
> Amazon Web Services: https://aws.amazon.com
> 



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

* Re: Wiki editor request
@ 2023-12-18 17:20  Joe Conway <mail@joeconway.com>
  parent: Jan Karremans <jan.karremans@cybertec.at>
  0 siblings, 1 reply; 86+ messages in thread

From: Joe Conway @ 2023-12-18 17:20 UTC (permalink / raw)
  To: Jan Karremans <jan.karremans@cybertec.at>; +Cc: pgsql-www

On 12/18/23 12:13, Jan Karremans wrote:
> Hi Joe,
> 
> Can it be that it needs a bit of time to propagate?

Nope -- as far as I can see, you have editor

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






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

* Re: Wiki editor request
@ 2023-12-18 17:22  Jan Karremans <jan.karremans@cybertec.at>
  parent: Joe Conway <mail@joeconway.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Jan Karremans @ 2023-12-18 17:22 UTC (permalink / raw)
  To: Joe Conway <mail@joeconway.com>; +Cc: pgsql-www

Hi Joe,

This is what I see, when I am logged into my account:


Kind regards,
Mit freundlichem Gruß,
Z poważaniem,
Met vriendelijke groet,

Jan Karremans

> On Dec 18, 2023, at 18:20, Joe Conway <mail@joeconway.com> wrote:
> 
> On 12/18/23 12:13, Jan Karremans wrote:
>> Hi Joe,
>> Can it be that it needs a bit of time to propagate?
> 
> Nope -- as far as I can see, you have editor
> 
> -- 
> Joe Conway
> PostgreSQL Contributors Team
> RDS Open Source Databases
> Amazon Web Services: https://aws.amazon.com
> 



Attachments:

  [image/png] PastedGraphic-1.png (30.6K, 3-PastedGraphic-1.png)
  download | view image

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

* Re: Wiki editor request
@ 2023-12-18 20:10  Joe Conway <mail@joeconway.com>
  parent: Jan Karremans <jan.karremans@cybertec.at>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2023-12-18 20:10 UTC (permalink / raw)
  To: Jan Karremans <jan.karremans@cybertec.at>; +Cc: pgsql-www

On 12/18/23 12:22, Jan Karremans wrote:
> This is what I see, when I am logged into my account:

8<-----------------------
Changing user rights of user Johnnyq72 (talk | contribs | block)

You may alter the groups this user is in:

     A checked box means the user is in that group.
     An unchecked box means the user is not in that group.
     A * indicates that you cannot remove the group once you have added 
it, or vice versa.
     A # indicates that you can only put back the expiration time of 
this group membership; you cannot bring it forward.

Member of: Editors
8<-----------------------

Which specific login name did you use?

Which specific page are you trying to edit? Some of them are locked down.

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







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

* Wiki editor request
@ 2024-01-08 06:30  Madeleine General <mail@magpiecove.net>
  0 siblings, 1 reply; 86+ messages in thread

From: Madeleine General @ 2024-01-08 06:30 UTC (permalink / raw)
  To: pgsql-www

I would like editor access to the wiki, my username is IgnisTempestas and I would like to modify the PL_Matrix page (https://wiki.postgresql.org/wiki/PL_Matrix) to include PL/Nim.


Many thanks!


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

* Re: Wiki editor request
@ 2024-01-08 07:58  Alvaro Herrera <alvherre@alvh.no-ip.org>
  parent: Madeleine General <mail@magpiecove.net>
  0 siblings, 0 replies; 86+ messages in thread

From: Alvaro Herrera @ 2024-01-08 07:58 UTC (permalink / raw)
  To: Madeleine General <mail@magpiecove.net>; +Cc: pgsql-www

On 2024-Jan-08, Madeleine General wrote:

> I would like editor access to the wiki, my username is IgnisTempestas and I would like to modify the PL_Matrix page (https://wiki.postgresql.org/wiki/PL_Matrix) to include PL/Nim.

I have expedited your cooling off period. Please log into the wiki once
and reply-all telling us that you have done so. At that point we can
grant editor privileges.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"Update: super-fast reaction on the Postgres bugs mailing list. The report
was acknowledged [...], and a fix is under discussion.
The wonders of open-source !"
             https://twitter.com/gunnarmorling/status/1596080409259003906






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

* Wiki editor request
@ 2024-01-18 00:23  Dirk Krautschick <dirk.krautschick@googlemail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Dirk Krautschick @ 2024-01-18 00:23 UTC (permalink / raw)
  To: pgsql-www

Hi,


I would like editor access to the wiki, my username is d33k4y and I 
would like to modify the "Speaker Bureau" site.

https://wiki.postgresql.org/wiki/Speaker_Bureau


Cheers


Dirk






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

* Re: Wiki editor request
@ 2024-01-18 01:32  Joe Conway <mail@joeconway.com>
  parent: Dirk Krautschick <dirk.krautschick@googlemail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2024-01-18 01:32 UTC (permalink / raw)
  To: Dirk Krautschick <dirk.krautschick@googlemail.com>; pgsql-www

On 1/17/24 19:23, Dirk Krautschick wrote:
> I would like editor access to the wiki

done

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







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

* Wiki editor request
@ 2024-01-25 07:04  Danil Anisimow <anisimow.d@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Danil Anisimow @ 2024-01-25 07:04 UTC (permalink / raw)
  To: pgsql-www

Hi!


I would like editor access to the wiki, my username is Anisimov-ds and
I would like to modify the List of Custom Rmgrs on the page:
https://wiki.postgresql.org/wiki/CustomWALResourceManagers

I would like to reserve RmgrIds for our two extensions.


Regards

Daniil Anisimov


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

* Re: Wiki editor request
@ 2024-01-25 16:28  Joe Conway <mail@joeconway.com>
  parent: Danil Anisimow <anisimow.d@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2024-01-25 16:28 UTC (permalink / raw)
  To: Danil Anisimow <anisimow.d@gmail.com>; pgsql-www

On 1/24/24 23:04, Danil Anisimow wrote:
> I would like editor access to the wiki, my username is Anisimov-ds and I
> would like to modify the List of Custom Rmgrs on the
> page:https://wiki.postgresql.org/wiki/CustomWALResourceManagers
> <https://wiki.postgresql.org/wiki/CustomWALResourceManagers;
> 
> I would like to reserve RmgrIds for our two extensions.

Done

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







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

* Wiki editor request
@ 2024-02-03 18:21  Anton A. Melnikov <a.melnikov@postgrespro.ru>
  0 siblings, 1 reply; 86+ messages in thread

From: Anton A. Melnikov @ 2024-02-03 18:21 UTC (permalink / raw)
  To: pgsql-www

Hi!

I would like editor access to the wiki, my username is Antonmel
and i would like to modify https://wiki.postgresql.org/wiki/CTEReadme.

Seems there should be:

SELECT d.*
FROM
     department AS d
JOIN
     WT AS sd
     ON d.parent_department = sd.id

instead of:

SELECT d.*
FROM
     WT AS d
JOIN
     subdepartment AS sd
     ON d.parent_department = sd.id



With the best regards,

-- 
Anton A. Melnikov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company





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

* Re: Wiki editor request
@ 2024-02-04 17:48  Joe Conway <mail@joeconway.com>
  parent: Anton A. Melnikov <a.melnikov@postgrespro.ru>
  0 siblings, 1 reply; 86+ messages in thread

From: Joe Conway @ 2024-02-04 17:48 UTC (permalink / raw)
  To: Anton A. Melnikov <a.melnikov@postgrespro.ru>; pgsql-www

On 2/3/24 19:21, Anton A. Melnikov wrote:
> I would like editor access to the wiki

Done

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






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

* Re: Wiki editor request
@ 2024-02-05 06:53  Anton A. Melnikov <a.melnikov@postgrespro.ru>
  parent: Joe Conway <mail@joeconway.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Anton A. Melnikov @ 2024-02-05 06:53 UTC (permalink / raw)
  To: Joe Conway <mail@joeconway.com>; pgsql-www

Hi!

On 04.02.2024 20:48, Joe Conway wrote:
> On 2/3/24 19:21, Anton A. Melnikov wrote:
>> I would like editor access to the wiki
> 
> Done
> 

Thanks a lot!

With the best wishes,

-- 
Anton A. Melnikov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company






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

* Wiki editor request
@ 2024-02-29 10:30  Clavadetscher  Charles <clavadetscher@kof.ethz.ch>
  0 siblings, 1 reply; 86+ messages in thread

From: Clavadetscher  Charles @ 2024-02-29 10:30 UTC (permalink / raw)
  To: pgsql-www

Hello

 

I would like editor access to the wiki, my username is cclavadetscher and I
would like to modify https://wiki.postgresql.org/wiki/JSON_pretty, as well
as add a function code that does the opposite, i.e. JSON Compact.

 

Thank you

Charles

 

Charles Clavadetscher
Senior Database Engineer
KOF Konjunkturforschungsstelle
ETH Zürich
Leonhardstrasse 21
LEE F205
CH - 8092 Zürich




 



Attachments:

  [image/png] image001.png (9.6K, 3-image001.png)
  download | view image

  [application/pkcs7-signature] smime.p7s (5.5K, 4-smime.p7s)
  download

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

* Re: Wiki editor request
@ 2024-02-29 10:49  Alvaro Herrera <alvherre@alvh.no-ip.org>
  parent: Clavadetscher  Charles <clavadetscher@kof.ethz.ch>
  0 siblings, 1 reply; 86+ messages in thread

From: Alvaro Herrera @ 2024-02-29 10:49 UTC (permalink / raw)
  To: Clavadetscher Charles <clavadetscher@kof.ethz.ch>; +Cc: pgsql-www

On 2024-Feb-29, Clavadetscher  Charles wrote:

> I would like editor access to the wiki, my username is cclavadetscher and I
> would like to modify https://wiki.postgresql.org/wiki/JSON_pretty, as well
> as add a function code that does the opposite, i.e. JSON Compact.

Hello Charles, it looks like you've been an editor since 2017.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
<inflex> really, I see PHP as like a strange amalgamation of C, Perl, Shell
<crab> inflex: you know that "amalgam" means "mixture with mercury",
       more or less, right?
<crab> i.e., "deadly poison"





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

* RE: Wiki editor request
@ 2024-02-29 11:15  Clavadetscher  Charles <clavadetscher@kof.ethz.ch>
  parent: Alvaro Herrera <alvherre@alvh.no-ip.org>
  0 siblings, 0 replies; 86+ messages in thread

From: Clavadetscher  Charles @ 2024-02-29 11:15 UTC (permalink / raw)
  To: Alvaro Herrera <alvherre@alvh.no-ip.org>; +Cc: pgsql-www

Hola Álvaro

Así es. Sin embargo después del login no puedo editar nada. El snippet que quiero modificar lo puse yo mismo.
Intenté otra vez y ahora ví el botón para editar.

Creo que miré mal antes.

Gracias de todos modos y muchos saludos de Suiza.
Charles

> -----Original Message-----
> From: Alvaro Herrera <alvherre@alvh.no-ip.org>
> Sent: Donnerstag, 29. Februar 2024 11:49
> To: Clavadetscher Charles <clavadetscher@kof.ethz.ch>
> Cc: pgsql-www@postgresql.org
> Subject: Re: Wiki editor request
> 
> On 2024-Feb-29, Clavadetscher  Charles wrote:
> 
> > I would like editor access to the wiki, my username is cclavadetscher
> and I
> > would like to modify https://wiki.postgresql.org/wiki/JSON_pretty, as
> well
> > as add a function code that does the opposite, i.e. JSON Compact.
> 
> Hello Charles, it looks like you've been an editor since 2017.
> 
> --
> Álvaro Herrera        Breisgau, Deutschland  —
> https://www.EnterpriseDB.com/
> <inflex> really, I see PHP as like a strange amalgamation of C, Perl,
> Shell
> <crab> inflex: you know that "amalgam" means "mixture with mercury",
>        more or less, right?
> <crab> i.e., "deadly poison"


Attachments:

  [application/pkcs7-signature] smime.p7s (5.5K, 2-smime.p7s)
  download

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

* Wiki editor request
@ 2024-03-05 04:41  Yair Lenga <yair.lenga@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Yair Lenga @ 2024-03-05 04:41 UTC (permalink / raw)
  To: pgsql-www

Hi. My name is Yair lenga, and I would like to contribute to the  “Don't Do This” page.

Will appreciate if you can approve me.

Thanks, Yair 

Sent from my iPad

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

* Re: Wiki editor request
@ 2024-03-05 18:11  Joe Conway <mail@joeconway.com>
  parent: Yair Lenga <yair.lenga@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Joe Conway @ 2024-03-05 18:11 UTC (permalink / raw)
  To: Yair Lenga <yair.lenga@gmail.com>; pgsql-www

On 3/4/24 23:41, Yair Lenga wrote:
> Hi. My name is Yair lenga, and I would like to contribute to the “Don't 
> Do This” page.
> 
> Will appreciate if you can approve me.

I expedited your cooling off period. Please login to the wiki once and 
then "reply all" to this thread. Once we received your reply we can make 
you an editor.

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






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

* Re: Wiki editor request
@ 2024-03-07 17:03  Joe Conway <mail@joeconway.com>
  parent: Joe Conway <mail@joeconway.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2024-03-07 17:03 UTC (permalink / raw)
  To: Yair Lenga <yair.lenga@gmail.com>; pgsql-www

On 3/7/24 01:02, Yair Lenga wrote:
> TY.

Please keep the list in the CC list

As far as I can tell, you have not logged into the wiki yet, so I still 
cannot grant editor.

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







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

* Wiki editor request
@ 2025-07-10 13:37  Mihail Nikalayeu <mihailnikalayeu@gmail.com>
  0 siblings, 2 replies; 86+ messages in thread

From: Mihail Nikalayeu @ 2025-07-10 13:37 UTC (permalink / raw)
  To: pgsql-www

I would like editor access to the wiki, my username is Mihailnikalayeu
and I would like to modify
https://wiki.postgresql.org/wiki/Review_Marketplace

Best regards,
Mikhail.





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

* Re: Wiki editor request
@ 2025-07-10 14:03  Joe Conway <mail@joeconway.com>
  parent: Mihail Nikalayeu <mihailnikalayeu@gmail.com>
  1 sibling, 0 replies; 86+ messages in thread

From: Joe Conway @ 2025-07-10 14:03 UTC (permalink / raw)
  To: Mihail Nikalayeu <mihailnikalayeu@gmail.com>; pgsql-www

On 7/10/25 09:37, Mihail Nikalayeu wrote:
> I would like editor access to the wiki, my username is Mihailnikalayeu
> and I would like to modify
> https://wiki.postgresql.org/wiki/Review_Marketplace
> 
> Best regards,
> Mikhail.

Done

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





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

* Wiki editor request
@ 2025-09-24 07:16  roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
  0 siblings, 1 reply; 86+ messages in thread

From: roxana.haidiner@dbschema.com @ 2025-09-24 07:16 UTC (permalink / raw)
  To: pgsql-www

Hello,

I would like editor access to the wiki, my username is 'dbschemapro' and I would like to modify the 'DbSchema' information from here:

https://wiki.postgresql.org/wiki/Design_Tools#DbSchema

It's an old description, and now we have more features and improvements to include.

Thank you!


Best Regards,

Roxana Haidiner

Database Marketing Specialist | DbSchema

📧 roxana.haidiner@dbschema.com
📞  +40 723 731 915
🌐 https://dbschema.com/

[cid:ab199f59-123d-4cb7-ba9f-82adc61d8c78]



Attachments:

  [image/png] Outlook-ibhnpr0q.png (52.1K, 3-Outlook-ibhnpr0q.png)
  download | view image

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

* Re: Wiki editor request
@ 2025-09-24 08:58  Álvaro Herrera <alvherre@kurilemu.de>
  parent: roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Álvaro Herrera @ 2025-09-24 08:58 UTC (permalink / raw)
  To: roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>; +Cc: pgsql-www

On 2025-Sep-24, roxana.haidiner@dbschema.com wrote:

> Hello,
> 
> I would like editor access to the wiki, my username is 'dbschemapro' and I would like to modify the 'DbSchema' information from here:
> 
> https://wiki.postgresql.org/wiki/Design_Tools#DbSchema
> 
> It's an old description, and now we have more features and improvements to include.

Hello,

I have expedited your cool-off period.  Please log in to the wiki now,
which provisions your user there, and let us know so that we can grant
editor there.  Thanks,

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"Here's a general engineering tip: if the non-fun part is too complex for you
to figure out, that might indicate the fun part is too ambitious." (John Naylor)
https://postgr.es/m/CAFBsxsG4OWHBbSDM%3DsSeXrQGOtkPiOEOuME4yD7Ce41NtaAD9g%40mail.gmail.com





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

* Re: Wiki editor request
@ 2025-09-24 10:04  roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
  parent: Álvaro Herrera <alvherre@kurilemu.de>
  0 siblings, 1 reply; 86+ messages in thread

From: roxana.haidiner@dbschema.com @ 2025-09-24 10:04 UTC (permalink / raw)
  To: =?Windows-1252?Q?=C1lvaro_Herrera?= <alvherre@kurilemu.de>; +Cc: pgsql-www

I’ve logged in with the username ‘Dbschemapro’
________________________________
From: Álvaro Herrera <alvherre@kurilemu.de>
Sent: Wednesday, September 24, 2025 1:58 AM
To: roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
Cc: pgsql-www@postgresql.org <pgsql-www@postgresql.org>
Subject: Re: Wiki editor request

On 2025-Sep-24, roxana.haidiner@dbschema.com wrote:

> Hello,
>
> I would like editor access to the wiki, my username is 'dbschemapro' and I would like to modify the 'DbSchema' information from here:
>
> https://wiki.postgresql.org/wiki/Design_Tools#DbSchema
>
> It's an old description, and now we have more features and improvements to include.

Hello,

I have expedited your cool-off period.  Please log in to the wiki now,
which provisions your user there, and let us know so that we can grant
editor there.  Thanks,

--
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"Here's a general engineering tip: if the non-fun part is too complex for you
to figure out, that might indicate the fun part is too ambitious." (John Naylor)
https://postgr.es/m/CAFBsxsG4OWHBbSDM%3DsSeXrQGOtkPiOEOuME4yD7Ce41NtaAD9g%40mail.gmail.com


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

* Re: Wiki editor request
@ 2025-09-24 10:43  Álvaro Herrera <alvherre@kurilemu.de>
  parent: roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Álvaro Herrera @ 2025-09-24 10:43 UTC (permalink / raw)
  To: roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>; +Cc: pgsql-www

On 2025-Sep-24, roxana.haidiner@dbschema.com wrote:

> I’ve logged in with the username ‘Dbschemapro’

OK, you can edit now, thanks.


-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"The Postgresql hackers have what I call a "NASA space shot" mentality.
 Quite refreshing in a world of "weekend drag racer" developers."
(Scott Marlowe)





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

* Re: Wiki editor request
@ 2025-09-24 10:44  roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
  parent: Álvaro Herrera <alvherre@kurilemu.de>
  0 siblings, 0 replies; 86+ messages in thread

From: roxana.haidiner@dbschema.com @ 2025-09-24 10:44 UTC (permalink / raw)
  To: Álvaro Herrera <alvherre@kurilemu.de>; +Cc: pgsql-www

Thank you very much for your help and the quick response!


Best Regards,

Roxana Haidiner

Database Marketing Specialist | DbSchema

📧 roxana.haidiner@dbschema.com
📞  +40 723 731 915
🌐 https://dbschema.com/

[cid:6bbff2e5-bc8c-4798-9f13-8475b5a53363]

________________________________
From: Álvaro Herrera <alvherre@kurilemu.de>
Sent: Wednesday, September 24, 2025 3:43 AM
To: roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
Cc: pgsql-www@postgresql.org <pgsql-www@postgresql.org>
Subject: Re: Wiki editor request

On 2025-Sep-24, roxana.haidiner@dbschema.com wrote:

> I’ve logged in with the username ‘Dbschemapro’

OK, you can edit now, thanks.


--
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"The Postgresql hackers have what I call a "NASA space shot" mentality.
 Quite refreshing in a world of "weekend drag racer" developers."
(Scott Marlowe)


Attachments:

  [image/png] Outlook-dpfvckzr.png (52.1K, 3-Outlook-dpfvckzr.png)
  download | view image

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

* Wiki Editor request
@ 2025-10-01 12:41  Patrick BUNINO <taijiquan@neuronnexion.fr>
  0 siblings, 1 reply; 86+ messages in thread

From: Patrick BUNINO @ 2025-10-01 12:41 UTC (permalink / raw)
  To: pgsql-www

Hi .
I’ve just created an account as Patrick83300.

The Count_Estimate Wiki Page seems wrong and i’d like to change few things :
The example create table has 1000 rows and not 100 :) ,  
generate_series(1,1000) makes 1000 numbers, not 100 (at least in  
Postgres 9.5.3)

One should use a «explain select ... where t<999999999999» in order to  
get the actual number of rows in the "rows=" part of the plan.
explain select * from tbl where t<2222;
QUERY PLAN
....... rows=1000
Filter: (t < 2222)

If one use t<100 he gets rows=100 which is not an estimation of the  
TOTAL number of rows in the table.

Cordialement.
Patrick BUNINO








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

* Re: Wiki Editor request
@ 2025-10-03 13:21  Joe Conway <mail@joeconway.com>
  parent: Patrick BUNINO <taijiquan@neuronnexion.fr>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2025-10-03 13:21 UTC (permalink / raw)
  To: patrickb@nnx.com; pgsql-www

On 10/1/25 08:41, Patrick BUNINO wrote:
> Hi .
> I’ve just created an account
I have expedited your cooling off period. Please log in to the wiki once and 
then reply-all to this email. At that point we can grant editor privs.

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






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

* Wiki editor request
@ 2025-10-03 14:11  Chris Travers <chris.travers@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Chris Travers @ 2025-10-03 14:11 UTC (permalink / raw)
  To: pgsql-www

Hi,

My username is einhverfr.  I would like to edit the FDW list to add an
entry.

-- 
Best Wishes,
Chris Travers

Efficito:  Hosted Accounting and ERP.  Robust and Flexible.  No vendor
lock-in.
http://www.efficito.com/learn_more


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

* Re: Wiki editor request
@ 2025-10-03 22:50  Joe Conway <mail@joeconway.com>
  parent: Chris Travers <chris.travers@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2025-10-03 22:50 UTC (permalink / raw)
  To: Chris Travers <chris.travers@gmail.com>; pgsql-www

On 10/3/25 10:11, Chris Travers wrote:
> I would like to edit the FDW list to add an entry.


Editor granted

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






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

* Wiki editor request
@ 2025-10-19 09:41  Alexander Kukushkin <cyberdemn@gmail.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Alexander Kukushkin @ 2025-10-19 09:41 UTC (permalink / raw)
  To: pgsql-www

Hi,

I would like editor access to the wiki, my username is "Cyberdem0n" and I
would like to be able to modify
https://wiki.postgresql.org/wiki/PGConf.EU_2025_Patroni_community_summit


Regards,
--
Alexander Kukushkin


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

* Re: Wiki editor request
@ 2025-10-19 10:26  Álvaro Herrera <alvherre@kurilemu.de>
  parent: Alexander Kukushkin <cyberdemn@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Álvaro Herrera @ 2025-10-19 10:26 UTC (permalink / raw)
  To: Alexander Kukushkin <cyberdemn@gmail.com>; +Cc: pgsql-www

On 2025-Oct-19, Alexander Kukushkin wrote:

> Hi,
> 
> I would like editor access to the wiki, my username is "Cyberdem0n" and I
> would like to be able to modify
> https://wiki.postgresql.org/wiki/PGConf.EU_2025_Patroni_community_summit

Done.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"La primera ley de las demostraciones en vivo es: no trate de usar el sistema.
Escriba un guión que no toque nada para no causar daños." (Jakob Nielsen)






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

* Wiki editor request
@ 2025-10-23 10:27  George MacKerron <george@mackerron.co.uk>
  0 siblings, 1 reply; 86+ messages in thread

From: George MacKerron @ 2025-10-23 10:27 UTC (permalink / raw)
  To: pgsql-www

Hello. Can I get editor access to the wiki?

My username is Jawj (via GitHub) and I would like to add a brief mention of/link to Elephantshark[1], which I think may be useful to people in the section where the wiki already refers to Wireshark, tshark and tcpdump[2].

Many thanks,
George

[1] https://github.com/neondatabase-labs/elephantshark
[2] https://wiki.postgresql.org/wiki/Performance_Analysis_Tools#Wireshark,_tshark,_and_tcpdump






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

* Re: Wiki editor request
@ 2025-10-25 07:42  Álvaro Herrera <alvherre@kurilemu.de>
  parent: Mihail Nikalayeu <mihailnikalayeu@gmail.com>
  1 sibling, 1 reply; 86+ messages in thread

From: Álvaro Herrera @ 2025-10-25 07:42 UTC (permalink / raw)
  To: Mihail Nikalayeu <mihailnikalayeu@gmail.com>; +Cc: pgsql-www

On 2025-Jul-10, Mihail Nikalayeu wrote:

> I would like editor access to the wiki, my username is Mihailnikalayeu
> and I would like to modify
> https://wiki.postgresql.org/wiki/Review_Marketplace

Hi Mihail, you already have editor privs (since 10th July this year).  I
suspect you just need to log in.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/





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

* Re: Wiki editor request
@ 2025-10-25 08:01  Mihail Nikalayeu <mihailnikalayeu@gmail.com>
  parent: Álvaro Herrera <alvherre@kurilemu.de>
  0 siblings, 0 replies; 86+ messages in thread

From: Mihail Nikalayeu @ 2025-10-25 08:01 UTC (permalink / raw)
  To: alvherre@kurilemu.de; +Cc: pgsql-www

👍

Рэакцыя праз Gmail
<https://www.google.com/gmail/about/?utm_source=gmail-in-product&utm_medium=et&utm_campaign=e...;
ад карыстальніка Міхаіл

сб, 25 кас 2025, 10:51 карыстальнік Álvaro Herrera <alvherre@kurilemu.de>
напісаў:

> On 2025-Jul-10, Mihail Nikalayeu wrote:
>
> > I would like editor access to the wiki, my username is Mihailnikalayeu
> > and I would like to modify
> > https://wiki.postgresql.org/wiki/Review_Marketplace
>
> Hi Mihail, you already have editor privs (since 10th July this year).  I
> suspect you just need to log in.
>
> --
> Álvaro Herrera               48°01'N 7°57'E  —
> https://www.EnterpriseDB.com/
>


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

* Re: Wiki editor request
@ 2025-10-25 14:55  Álvaro Herrera <alvherre@kurilemu.de>
  parent: George MacKerron <george@mackerron.co.uk>
  0 siblings, 0 replies; 86+ messages in thread

From: Álvaro Herrera @ 2025-10-25 14:55 UTC (permalink / raw)
  To: George MacKerron <george@mackerron.co.uk>; +Cc: pgsql-www

On 2025-Oct-23, George MacKerron wrote:

> Hello. Can I get editor access to the wiki?
> 
> My username is Jawj (via GitHub) and I would like to add a brief
> mention of/link to Elephantshark[1], which I think may be useful to
> people in the section where the wiki already refers to Wireshark,
> tshark and tcpdump[2].

Done, edit away.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/






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

* Wiki editor request
@ 2025-11-12 13:47  Xavier Fischer <xavier.fischer@enterprisedb.com>
  0 siblings, 1 reply; 86+ messages in thread

From: Xavier Fischer @ 2025-11-12 13:47 UTC (permalink / raw)
  To: pgsql-www

Hi! I'd like to add my name on the Speaker's Bureau list:
https://wiki.postgresql.org/wiki/Speaker_Bureau

Wiki username: Xfischer

Have a good day!

-- 


Xavier Fischer

Principal Software Engineer

.NET Connector

LinkedIn <https://www.linkedin.com/in/fischerxavier/;

enterprisedb.com


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

* Re: Wiki editor request
@ 2025-11-12 15:09  Joe Conway <mail@joeconway.com>
  parent: Xavier Fischer <xavier.fischer@enterprisedb.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Joe Conway @ 2025-11-12 15:09 UTC (permalink / raw)
  To: Xavier Fischer <xavier.fischer@enterprisedb.com>; pgsql-www

On 11/12/25 08:47, Xavier Fischer wrote:
> Hi! I'd like to add my name on the Speaker's Bureau list: https:// 
> wiki.postgresql.org/wiki/Speaker_Bureau <https://wiki.postgresql.org/ 
> wiki/Speaker_Bureau>

Done

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






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

* Wiki editor request
@ 2025-11-27 13:07  Ahmed Gouda <ahmed.gouda@cybertec.at>
  0 siblings, 1 reply; 86+ messages in thread

From: Ahmed Gouda @ 2025-11-27 13:07 UTC (permalink / raw)
  To: pgsql-www

Hi, I am ahmed from Cybertec and one of the maintainers of pgwatch
<https://github.com/cybertec-postgresql/pgwatch;, I would like to have
editor access to the wiki to modify
https://wiki.postgresql.org/wiki/Monitoring#pgwatch2 and mention new
pgwatch v4, as pgwatch2 is now deprecated and not maintained. My username
is: Gouda0x.gmail.com.


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

* Re: Wiki editor request
@ 2025-11-27 16:09  Álvaro Herrera <alvherre@kurilemu.de>
  parent: Ahmed Gouda <ahmed.gouda@cybertec.at>
  0 siblings, 0 replies; 86+ messages in thread

From: Álvaro Herrera @ 2025-11-27 16:09 UTC (permalink / raw)
  To: Ahmed Gouda <ahmed.gouda@cybertec.at>; +Cc: pgsql-www

On 2025-Nov-27, Ahmed Gouda wrote:

> Hi, I am ahmed from Cybertec and one of the maintainers of pgwatch
> <https://github.com/cybertec-postgresql/pgwatch;, I would like to have
> editor access to the wiki to modify
> https://wiki.postgresql.org/wiki/Monitoring#pgwatch2 and mention new
> pgwatch v4, as pgwatch2 is now deprecated and not maintained. My username
> is: Gouda0x.gmail.com.

Done.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/






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

* Wiki editor request
@ 2026-05-20 09:18  Aidar Imamov <imamovaj22@gmail.com>
  0 siblings, 0 replies; 86+ messages in thread

From: Aidar Imamov @ 2026-05-20 09:18 UTC (permalink / raw)
  To: pgsql-www

Hi!

I would like editor access to the wiki, my username is gipergeek and I would like to modify the List of Custom Rmgrs (https://wiki.postgresql.org/wiki/CustomWALResourceManagers) by adding a new one RmgrId for credcheck extension (https://github.com/HexaCluster/credcheck).

Regards,
Aidar Imamov

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


end of thread, other threads:[~2026-05-20 09:18 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02 15:18 Wiki editor request tison <wander4096@gmail.com>
2021-10-02 21:33 ` Alvaro Herrera <alvherre@alvh.no-ip.org>
2021-10-03 04:33   ` tison <wander4096@gmail.com>
2021-10-04 15:54     ` Alvaro Herrera <alvherre@alvh.no-ip.org>
2021-10-05 14:26       ` tison <wander4096@gmail.com>
2021-10-05 15:10         ` Alvaro Herrera <alvherre@alvh.no-ip.org>
2021-10-12 12:52 Wiki editor request Dave Compton <sircompo@gmail.com>
2021-10-12 13:18 ` Dave Compton <sircompo@gmail.com>
2021-10-13 02:19 Wiki editor request Farhad Ghadimi <ghadimifarhad907@gmail.com>
2021-10-13 15:28 ` Joe Conway <mail@joeconway.com>
2021-11-05 13:55 Wiki editor request Алексей Мартынов <martinmartinovichmartinov@yandex.com>
2021-12-09 20:45 Wiki editor request X L <xinyuliu12@gmail.com>
2021-12-17 19:33 Wiki editor request James Sercye <jamessercye0@gmail.com>
2021-12-17 20:47 ` Alvaro Herrera <alvherre@alvh.no-ip.org>
2022-01-10 20:57 Wiki editor request Ryan Booz <ryan@softwareandbooz.com>
2022-01-10 21:02 ` Christophe Pettus <xof@thebuild.com>
2022-01-11 02:19   ` Ryan Booz <ryan@softwareandbooz.com>
2023-10-01 16:17 Wiki editor request Alexandre Biche <aleluff@gmail.com>
2023-10-01 18:11 ` Joe Conway <mail@joeconway.com>
2023-10-01 18:27   ` Alexandre Biche <aleluff@gmail.com>
2023-10-01 18:28     ` Joe Conway <mail@joeconway.com>
2023-10-01 18:40       ` Alexandre Biche <aleluff@gmail.com>
2023-10-01 18:42         ` Joe Conway <mail@joeconway.com>
2023-10-01 19:25           ` Alexandre Biche <aleluff@gmail.com>
2023-10-13 06:52 Wiki Editor Request Cyrus Choy <cyrus@five.co>
2023-10-13 11:54 ` Re: Wiki Editor Request Joe Conway <mail@joeconway.com>
2023-10-16 01:31   ` Re: Wiki Editor Request Cyrus Choy <cyrus@five.co>
2023-10-16 13:06     ` Re: Wiki Editor Request Joe Conway <mail@joeconway.com>
2023-10-20 14:00 Wiki editor request Pavlo Golub <pavlo.golub@gmail.com>
2023-10-20 14:03 ` Alvaro Herrera <alvherre@alvh.no-ip.org>
2023-10-20 14:06   ` Re[2]: Wiki editor request Pavlo Golub <pavlo.golub@gmail.com>
2023-10-20 14:24     ` Alvaro Herrera <alvherre@alvh.no-ip.org>
2023-10-21 03:17       ` Robert Treat <rob@xzilla.net>
2023-10-30 10:23 Wiki editor request =?iso-8859-9?Q?=DE=FCkr=FC_Demirhan?= <sukrudemirhan@outlook.com>
2023-10-31 16:04 ` Joe Conway <mail@joeconway.com>
2023-11-03 14:18 Wiki editor request emma.vriezen@kpnmail.nl
2023-11-04 15:52 ` Joe Conway <mail@joeconway.com>
2023-11-05 11:20   ` emma.vriezen@kpnmail.nl
2023-11-05 16:06     ` Joe Conway <mail@joeconway.com>
2023-12-02 19:15 Wiki editor request Rajiv Harlalka <rajivharlalka009@gmail.com>
2023-12-03 20:00 ` Alvaro Herrera <alvherre@alvh.no-ip.org>
2023-12-06 05:56 Wiki editor request Andrew Morris <andrew.morris@lastyard.com>
2023-12-07 13:00 ` Joe Conway <mail@joeconway.com>
2023-12-18 12:25 Wiki editor request Jan Karremans <jan.karremans@cybertec.at>
2023-12-18 16:46 ` Joe Conway <mail@joeconway.com>
2023-12-18 17:13   ` Jan Karremans <jan.karremans@cybertec.at>
2023-12-18 17:20     ` Joe Conway <mail@joeconway.com>
2023-12-18 17:22       ` Jan Karremans <jan.karremans@cybertec.at>
2023-12-18 20:10         ` Joe Conway <mail@joeconway.com>
2024-01-08 06:30 Wiki editor request Madeleine General <mail@magpiecove.net>
2024-01-08 07:58 ` Alvaro Herrera <alvherre@alvh.no-ip.org>
2024-01-18 00:23 Wiki editor request Dirk Krautschick <dirk.krautschick@googlemail.com>
2024-01-18 01:32 ` Joe Conway <mail@joeconway.com>
2024-01-25 07:04 Wiki editor request Danil Anisimow <anisimow.d@gmail.com>
2024-01-25 16:28 ` Joe Conway <mail@joeconway.com>
2024-02-03 18:21 Wiki editor request Anton A. Melnikov <a.melnikov@postgrespro.ru>
2024-02-04 17:48 ` Joe Conway <mail@joeconway.com>
2024-02-05 06:53   ` Anton A. Melnikov <a.melnikov@postgrespro.ru>
2024-02-29 10:30 Wiki editor request Clavadetscher  Charles <clavadetscher@kof.ethz.ch>
2024-02-29 10:49 ` Alvaro Herrera <alvherre@alvh.no-ip.org>
2024-02-29 11:15   ` Clavadetscher  Charles <clavadetscher@kof.ethz.ch>
2024-03-05 04:41 Wiki editor request Yair Lenga <yair.lenga@gmail.com>
2024-03-05 18:11 ` Joe Conway <mail@joeconway.com>
2024-03-07 17:03   ` Joe Conway <mail@joeconway.com>
2025-07-10 13:37 Wiki editor request Mihail Nikalayeu <mihailnikalayeu@gmail.com>
2025-07-10 14:03 ` Joe Conway <mail@joeconway.com>
2025-10-25 07:42 ` Álvaro Herrera <alvherre@kurilemu.de>
2025-10-25 08:01   ` Mihail Nikalayeu <mihailnikalayeu@gmail.com>
2025-09-24 07:16 Wiki editor request roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
2025-09-24 08:58 ` Álvaro Herrera <alvherre@kurilemu.de>
2025-09-24 10:04   ` roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
2025-09-24 10:43     ` Álvaro Herrera <alvherre@kurilemu.de>
2025-09-24 10:44       ` roxana.haidiner@dbschema.com <roxana.haidiner@dbschema.com>
2025-10-01 12:41 Wiki Editor request Patrick BUNINO <taijiquan@neuronnexion.fr>
2025-10-03 13:21 ` Re: Wiki Editor request Joe Conway <mail@joeconway.com>
2025-10-03 14:11 Wiki editor request Chris Travers <chris.travers@gmail.com>
2025-10-03 22:50 ` Joe Conway <mail@joeconway.com>
2025-10-19 09:41 Wiki editor request Alexander Kukushkin <cyberdemn@gmail.com>
2025-10-19 10:26 ` Álvaro Herrera <alvherre@kurilemu.de>
2025-10-23 10:27 Wiki editor request George MacKerron <george@mackerron.co.uk>
2025-10-25 14:55 ` Álvaro Herrera <alvherre@kurilemu.de>
2025-11-12 13:47 Wiki editor request Xavier Fischer <xavier.fischer@enterprisedb.com>
2025-11-12 15:09 ` Joe Conway <mail@joeconway.com>
2025-11-27 13:07 Wiki editor request Ahmed Gouda <ahmed.gouda@cybertec.at>
2025-11-27 16:09 ` Álvaro Herrera <alvherre@kurilemu.de>
2026-05-20 09:18 Wiki editor request Aidar Imamov <imamovaj22@gmail.com>

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