Re: Documentation: 21.5. Default Roles
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>,
Simon Riggs <simon@2ndquadrant.com>,
Ian Barwick <ian.barwick@2ndquadrant.com>,
R Ransbottom <rirans@comcast.net>, Stephen Frost <sfrost@snowman.net>,
pgsql-docs@lists.postgresql.org
Date: 2020-01-21T15:49:21Z
Lists: pgsql-docs
Bruce Momjian <bruce@momjian.us> writes: > I looked at that option. If the section was a hash reference, > "#section_name", we could just add another hash, but in this case the > section name is part of the file name: > https://www.postgresql.org/docs/12/default-roles.html Yeah, <sect1> IDs propagate into HTML page names. > We can make that work in a backward-compatible way by changing the > displayed section title, but not the file name. I am not sure if that > would confuse people though. I think that's a really bad idea. > We could also add a redirect at the web > server level, but then you have to start to wonder whether the entire > rename clarification is worth it for back branches. Well, this is a question for the www list not here. It might be a lot easier for them to support a redirect that works the same across all branches ... or then again, maybe not. But we have to have a redirect, else external links pointing at this page will be broken. We have done page renames with redirects in the past, if memory serves, so it's possible. But I don't know details. regards, tom lane
Commits
-
Rename Default Roles to Predefined Roles
- c9c41c7a337d 14.0 landed
-
Revert "docs: change "default role" wording to "predefined role""
- 608006c1b9c3 9.6.17 landed
- 994f9a71f826 10.12 landed
- 417d66c8b445 11.7 landed
- 2db27ff4eb3a 12.2 landed
- c185a57753e6 13.0 landed