Re: Improve version detection for online help URL - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Improve version detection for online help URL
Date
Msg-id 2453d506-da6b-48ab-82b4-670ea46510a3@eisentraut.org
Whole thread
List pgsql-hackers
On 04.06.26 05:19, Japin Li wrote:
> Currently, we are on 19beta1, and I found an invalid URL for an SQL command.
> 
>      postgres=# \h SET SESSION
>      Command:     SET SESSION AUTHORIZATION
>      Description: set the session user identifier and the current user identifier of the current session
>      Syntax:
>      SET [ SESSION | LOCAL ] SESSION AUTHORIZATION user_name
>      SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT
>      RESET SESSION AUTHORIZATION
>      
>      URL: https://www.postgresql.org/docs/19/sql-set-session-authorization.html

This URL works now.  It probably did not work before there was a 
19-something release out.




pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: ci: Generate crashlogs on Windows
Next
From: Peter Eisentraut
Date:
Subject: Re: Move system identifier generation to a common helper