public inbox for [email protected]
help / color / mirror / Atom feedtickling the lesser contributor's withering ego
8+ messages / 5 participants
[nested] [flat]
* tickling the lesser contributor's withering ego
@ 2018-11-04 14:38 Erik Rijkers <[email protected]>
2018-12-21 14:38 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: Erik Rijkers @ 2018-11-04 14:38 UTC (permalink / raw)
To: [email protected]
I wouldn't mind if this page:
https://www.postgresql.org/community/contributors/
contained a link to (contributors v11):
https://www.postgresql.org/docs/11/static/release-11.html#id-1.11.6.5.6
and to (contributors v10)
https://www.postgresql.org/docs/current/static/release-11.html#id-1.11.6.5.6
In fact, I think I would like it.
I hope you agree.
thanks,
Erik Rijkers
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: tickling the lesser contributor's withering ego
2018-11-04 14:38 tickling the lesser contributor's withering ego Erik Rijkers <[email protected]>
@ 2018-12-21 14:38 ` Alvaro Herrera <[email protected]>
2018-12-21 14:45 ` Re: tickling the lesser contributor's withering ego Tom Lane <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: Alvaro Herrera @ 2018-12-21 14:38 UTC (permalink / raw)
To: Erik Rijkers <[email protected]>; +Cc: [email protected]; Pg Docs <[email protected]>
On 2018-Nov-04, Erik Rijkers wrote:
> I wouldn't mind if this page:
> https://www.postgresql.org/community/contributors/
>
> contained a link to (contributors v11):
> https://www.postgresql.org/docs/11/static/release-11.html#id-1.11.6.5.6
>
> and to (contributors v10)
> https://www.postgresql.org/docs/current/static/release-11.html#id-1.11.6.5.6
I propose the following patch, which will make those links stable --
then we can add the following links to the contributors page:
https://www.postgresql/org/docs/10/release-10.html#RELEASE-10-ACKNOWLEDGEMENTS
https://www.postgresql/org/docs/11/release-11.html#RELEASE-11-ACKNOWLEDGEMENTS
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachments:
[text/x-diff] acks-id.patch (729B, 2-acks-id.patch)
download | inline diff:
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index aacdd360e0..c72b4c931e 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -8990,7 +8990,7 @@ This was disabled in the PG 9.6 branch so there is no commit here.
</sect2>
- <sect2>
+ <sect2 id="release-10-acknowledgements">
<title>Acknowledgments</title>
<para>
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index f35b0d8cc9..faa5835de4 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -3617,7 +3617,7 @@ same commits as above
</sect2>
- <sect2>
+ <sect2 id="release-11-acknowledgements">
<title>Acknowledgments</title>
<para>
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: tickling the lesser contributor's withering ego
2018-11-04 14:38 tickling the lesser contributor's withering ego Erik Rijkers <[email protected]>
2018-12-21 14:38 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
@ 2018-12-21 14:45 ` Tom Lane <[email protected]>
2018-12-21 15:17 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: Tom Lane @ 2018-12-21 14:45 UTC (permalink / raw)
To: Alvaro Herrera <[email protected]>; +Cc: Erik Rijkers <[email protected]>; [email protected]; Pg Docs <[email protected]>
Alvaro Herrera <[email protected]> writes:
> I propose the following patch, which will make those links stable --
> then we can add the following links to the contributors page:
> https://www.postgresql/org/docs/10/release-10.html#RELEASE-10-ACKNOWLEDGEMENTS
> https://www.postgresql/org/docs/11/release-11.html#RELEASE-11-ACKNOWLEDGEMENTS
Seems reasonable, but note the lag time --- unless somebody does
something out of the ordinary, those pages won't actually have
such tags till after the February minor releases.
regards, tom lane
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: tickling the lesser contributor's withering ego
2018-11-04 14:38 tickling the lesser contributor's withering ego Erik Rijkers <[email protected]>
2018-12-21 14:38 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
2018-12-21 14:45 ` Re: tickling the lesser contributor's withering ego Tom Lane <[email protected]>
@ 2018-12-21 15:17 ` Alvaro Herrera <[email protected]>
2018-12-21 15:25 ` Re: tickling the lesser contributor's withering ego Erik Rijkers <[email protected]>
2018-12-27 10:53 ` Re: tickling the lesser contributor's withering ego Magnus Hagander <[email protected]>
0 siblings, 2 replies; 8+ messages in thread
From: Alvaro Herrera @ 2018-12-21 15:17 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Erik Rijkers <[email protected]>; [email protected]; Pg Docs <[email protected]>; w^3 <[email protected]>; Jonathan S. Katz <[email protected]>
On 2018-Dec-21, Tom Lane wrote:
> Alvaro Herrera <[email protected]> writes:
> > I propose the following patch, which will make those links stable --
> > then we can add the following links to the contributors page:
> > https://www.postgresql/org/docs/10/release-10.html#RELEASE-10-ACKNOWLEDGEMENTS
> > https://www.postgresql/org/docs/11/release-11.html#RELEASE-11-ACKNOWLEDGEMENTS
>
> Seems reasonable, but note the lag time --- unless somebody does
> something out of the ordinary, those pages won't actually have
> such tags till after the February minor releases.
Good point. That seems acceptable to me.
Erik, are you willing to propose a patch for the pgweb side of things?
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: tickling the lesser contributor's withering ego
2018-11-04 14:38 tickling the lesser contributor's withering ego Erik Rijkers <[email protected]>
2018-12-21 14:38 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
2018-12-21 14:45 ` Re: tickling the lesser contributor's withering ego Tom Lane <[email protected]>
2018-12-21 15:17 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
@ 2018-12-21 15:25 ` Erik Rijkers <[email protected]>
1 sibling, 0 replies; 8+ messages in thread
From: Erik Rijkers @ 2018-12-21 15:25 UTC (permalink / raw)
To: Alvaro Herrera <[email protected]>; +Cc: Tom Lane <[email protected]>; [email protected]; Pg Docs <[email protected]>; w^3 <[email protected]>; Jonathan S. Katz <[email protected]>
On 2018-12-21 16:17, Alvaro Herrera wrote:
> On 2018-Dec-21, Tom Lane wrote:
>
>> Alvaro Herrera <[email protected]> writes:
>> > I propose the following patch, which will make those links stable --
>> > then we can add the following links to the contributors page:
>> > https://www.postgresql/org/docs/10/release-10.html#RELEASE-10-ACKNOWLEDGEMENTS
>> > https://www.postgresql/org/docs/11/release-11.html#RELEASE-11-ACKNOWLEDGEMENTS
>>
>> Seems reasonable, but note the lag time --- unless somebody does
>> something out of the ordinary, those pages won't actually have
>> such tags till after the February minor releases.
>
> Good point. That seems acceptable to me.
>
> Erik, are you willing to propose a patch for the pgweb side of things?
Yes, sounds reasonable. I think I can cobble something together.
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: tickling the lesser contributor's withering ego
2018-11-04 14:38 tickling the lesser contributor's withering ego Erik Rijkers <[email protected]>
2018-12-21 14:38 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
2018-12-21 14:45 ` Re: tickling the lesser contributor's withering ego Tom Lane <[email protected]>
2018-12-21 15:17 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
@ 2018-12-27 10:53 ` Magnus Hagander <[email protected]>
2018-12-27 14:38 ` Re: tickling the lesser contributor's withering ego Jonathan S. Katz <[email protected]>
2019-01-21 17:47 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
1 sibling, 2 replies; 8+ messages in thread
From: Magnus Hagander @ 2018-12-27 10:53 UTC (permalink / raw)
To: Alvaro Herrera <[email protected]>; +Cc: Tom Lane <[email protected]>; Erik Rijkers <[email protected]>; PostgreSQL Developers <[email protected]>; Pg Docs <[email protected]>; w^3 <[email protected]>; Jonathan S. Katz <[email protected]>
On Fri, Dec 21, 2018 at 4:17 PM Alvaro Herrera <[email protected]>
wrote:
> On 2018-Dec-21, Tom Lane wrote:
>
> > Alvaro Herrera <[email protected]> writes:
> > > I propose the following patch, which will make those links stable --
> > > then we can add the following links to the contributors page:
> > >
> https://www.postgresql/org/docs/10/release-10.html#RELEASE-10-ACKNOWLEDGEMENTS
> > >
> https://www.postgresql/org/docs/11/release-11.html#RELEASE-11-ACKNOWLEDGEMENTS
> >
> > Seems reasonable, but note the lag time --- unless somebody does
> > something out of the ordinary, those pages won't actually have
> > such tags till after the February minor releases.
>
> Good point. That seems acceptable to me.
>
Good. While it *can* be worked around, it's a PITA and it risks getting
overwritten by other things, since the normal docs loads are based off
release tarballs. We can make them off a snapshot tarball, but it's a pain
:)
Oh, and +1 for stable links like that in general. That would be one good
step.
Not having considered what to do with, but it could also be interesting to
teach the loader to read the structured data out of the XML file and store
it in one of these weird things called a "database". That could be used for
things like matching on the contributors list and add a little per-version
badge to which versions they are known to contribute etc. That would
require us to be quite consistent in the naming of people, and also not to
have duplicates though, but maybe it can be valuable?
Actually, do we have a policy for handling duplicates in the docs there?
Since we only keep names there and not email or similar?
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/;
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: tickling the lesser contributor's withering ego
2018-11-04 14:38 tickling the lesser contributor's withering ego Erik Rijkers <[email protected]>
2018-12-21 14:38 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
2018-12-21 14:45 ` Re: tickling the lesser contributor's withering ego Tom Lane <[email protected]>
2018-12-21 15:17 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
2018-12-27 10:53 ` Re: tickling the lesser contributor's withering ego Magnus Hagander <[email protected]>
@ 2018-12-27 14:38 ` Jonathan S. Katz <[email protected]>
1 sibling, 0 replies; 8+ messages in thread
From: Jonathan S. Katz @ 2018-12-27 14:38 UTC (permalink / raw)
To: Magnus Hagander <[email protected]>; Alvaro Herrera <[email protected]>; +Cc: Tom Lane <[email protected]>; Erik Rijkers <[email protected]>; PostgreSQL Developers <[email protected]>; Pg Docs <[email protected]>; w^3 <[email protected]>
On 12/27/18 4:53 AM, Magnus Hagander wrote:
>
>
> On Fri, Dec 21, 2018 at 4:17 PM Alvaro Herrera <[email protected]
> <mailto:[email protected]>> wrote:
>
> On 2018-Dec-21, Tom Lane wrote:
>
> > Alvaro Herrera <[email protected]
> <mailto:[email protected]>> writes:
> > > I propose the following patch, which will make those links stable --
> > > then we can add the following links to the contributors page:
> > >
> https://www.postgresql/org/docs/10/release-10.html#RELEASE-10-ACKNOWLEDGEMENTS
> > >
> https://www.postgresql/org/docs/11/release-11.html#RELEASE-11-ACKNOWLEDGEMENTS
> >
> > Seems reasonable, but note the lag time --- unless somebody does
> > something out of the ordinary, those pages won't actually have
> > such tags till after the February minor releases.
>
> Good point. That seems acceptable to me.
>
>
> Good. While it *can* be worked around, it's a PITA and it risks getting
> overwritten by other things, since the normal docs loads are based off
> release tarballs. We can make them off a snapshot tarball, but it's a
> pain :)
>
> Oh, and +1 for stable links like that in general. That would be one good
> step.
Agreed on above points.
>
> Not having considered what to do with, but it could also be interesting
> to teach the loader to read the structured data out of the XML file and
> store it in one of these weird things called a "database". That could be
> used for things like matching on the contributors list and add a little
> per-version badge to which versions they are known to contribute etc.
> That would require us to be quite consistent in the naming of people,
> and also not to have duplicates though, but maybe it can be valuable?
Not to hijack this, but there are some similar(-ish; we can debate
semantics, but it's a similar idea) things mentioned here[1] in
conjunction to the release note trimming. If we are going to go on the
"store stuff in the database" route around additional information the
docs, I'd suggest we tackle the release note trimming as well (and I
volunteer myself for that) as that should have significant impact across
the project (esp. full build time!).
I'm all for highlighting contributors and their work - so perhaps we can
combine both efforts since there might be a common solution to both? :)
(and RE dupes: I also hear that these database things are good tools for
helping to eliminate such things ;-)
Thanks,
Jonathan
[1]
https://www.postgresql.org/message-id/flat/19252.1533509841%40sss.pgh.pa.us
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: tickling the lesser contributor's withering ego
2018-11-04 14:38 tickling the lesser contributor's withering ego Erik Rijkers <[email protected]>
2018-12-21 14:38 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
2018-12-21 14:45 ` Re: tickling the lesser contributor's withering ego Tom Lane <[email protected]>
2018-12-21 15:17 ` Re: tickling the lesser contributor's withering ego Alvaro Herrera <[email protected]>
2018-12-27 10:53 ` Re: tickling the lesser contributor's withering ego Magnus Hagander <[email protected]>
@ 2019-01-21 17:47 ` Alvaro Herrera <[email protected]>
1 sibling, 0 replies; 8+ messages in thread
From: Alvaro Herrera @ 2019-01-21 17:47 UTC (permalink / raw)
To: Magnus Hagander <[email protected]>; +Cc: Tom Lane <[email protected]>; Erik Rijkers <[email protected]>; PostgreSQL Developers <[email protected]>; Pg Docs <[email protected]>; w^3 <[email protected]>; Jonathan S. Katz <[email protected]>
On 2018-Dec-27, Magnus Hagander wrote:
> On Fri, Dec 21, 2018 at 4:17 PM Alvaro Herrera <[email protected]>
> wrote:
>
> > On 2018-Dec-21, Tom Lane wrote:
> >
> > > Alvaro Herrera <[email protected]> writes:
> > > > I propose the following patch, which will make those links stable --
> > > > then we can add the following links to the contributors page:
> > > > https://www.postgresql/org/docs/10/release-10.html#RELEASE-10-ACKNOWLEDGEMENTS
> > > > https://www.postgresql/org/docs/11/release-11.html#RELEASE-11-ACKNOWLEDGEMENTS
> > >
> > > Seems reasonable, but note the lag time --- unless somebody does
> > > something out of the ordinary, those pages won't actually have
> > > such tags till after the February minor releases.
> >
> > Good point. That seems acceptable to me.
>
> Good. While it *can* be worked around, it's a PITA and it risks getting
> overwritten by other things, since the normal docs loads are based off
> release tarballs. We can make them off a snapshot tarball, but it's a pain
> :)
>
> Oh, and +1 for stable links like that in general. That would be one good
> step.
Okay, pushed this. There's no need to do any advance publishing I
think; we can wait three more weeks.
We still need Erik to come up with the patch for pgweb, though :-)
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
^ permalink raw reply [nested|flat] 8+ messages in thread
end of thread, other threads:[~2019-01-21 17:47 UTC | newest]
Thread overview: 8+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-11-04 14:38 tickling the lesser contributor's withering ego Erik Rijkers <[email protected]>
2018-12-21 14:38 ` Alvaro Herrera <[email protected]>
2018-12-21 14:45 ` Tom Lane <[email protected]>
2018-12-21 15:17 ` Alvaro Herrera <[email protected]>
2018-12-21 15:25 ` Erik Rijkers <[email protected]>
2018-12-27 10:53 ` Magnus Hagander <[email protected]>
2018-12-27 14:38 ` Jonathan S. Katz <[email protected]>
2019-01-21 17:47 ` Alvaro Herrera <[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