Re: psql show URL with help

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: David Fetter <david(at)fetter(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql show URL with help
Date: 2019-03-07 19:44:07
Message-ID: CABUevEwNHUe3mHO5QXG9J14ag=7ubbfp6-QxxAOkt+jmfg6rTg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 4, 2019 at 11:41 PM Peter Eisentraut <
peter(dot)eisentraut(at)2ndquadrant(dot)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".

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2019-03-07 20:00:24 Small doc fix for pageinspect
Previous Message Daniel Verite 2019-03-07 19:04:30 Re: insensitive collations