Re: Improve version detection for online help URL

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Japin Li <japinli(at)hotmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Improve version detection for online help URL
Date: 2026-06-10 13:21:03
Message-ID: 2453d506-da6b-48ab-82b4-670ea46510a3@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2026-06-10 13:25:30 Re: Move system identifier generation to a common helper
Previous Message Nazir Bilal Yavuz 2026-06-10 12:59:20 ci: Generate crashlogs on Windows