Re: psql show URL with help
От | Magnus Hagander |
---|---|
Тема | Re: psql show URL with help |
Дата | |
Msg-id | CABUevEwNHUe3mHO5QXG9J14ag=7ubbfp6-QxxAOkt+jmfg6rTg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: psql show URL with help (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>) |
Ответы |
Re: psql show URL with help
|
Список | pgsql-hackers |
On Mon, Mar 4, 2019 at 11:41 PM Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
On 2019-03-04 17:55, Magnus Hagander wrote:
> If the first thing we do when we move from devel to some other state
> (beta, RC, etc.) is to publish the docs under the major version
> number, then maybe this test should be more along the lines of looking
> for anything that's neither devel nor a number, extract the number,
> and use that.
>
>
> Well, alpha versions do go under the numeric URL. Whether we load the
> docs at that time or not we can just choose -- but there is no reason
> not to. So yeah, that sounds like it would work better.
Can you put your proposal in the form of some logical pseudocode? I
don't understand the free-form description.
Hah, sorry. It's actually Davids proposal, but something like:
if (psql_version_is_numeric)
return /docs/psql_version/
else if (psql_version ends with 'devel')
return /docs/devel/
else
return /docs/{psql_version but with text stripped}/
So that e.g. 12beta would return "12", as would 12rc or 12alpha. But 12devel would return "devel".
В списке pgsql-hackers по дате отправления: