On Sunday, March 23, 2025, Pavel Stehule <
pavel.stehule@gmail.com> wrote:
Hi
Hi,
[code]
SELECT current_setting('server_version_num')::int > 130000 as v13
SELECT current_setting('server_version_num')::int > =140000 as v14
IOW, you can’t use >130000 because that will match v13.1 which is 130001 in integer format.
David J.