EnterpriseDB/docs

Regarding "Installing PostgreSQL 15.6 on Windows"

Closed this issue · 1 comments

Summary

Hi,
We have a program that looks for the postgresql server path in the registry.
Since version 15.6 which is normally a minor version, the version number in the registry contains the minor version and not the major version (15.6 instead of 15 as with versions 10 to 15.4) (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion\Uninstall\PostgreSQL 15.6).
Is this normal and will it always be like this?

Another thing :
By installing version 15.6.
pgadmin points to version 12 binaries and the backup does not work.

THANKS
Sincerely,
Olivier

Where did you see the problem?

https://github.com/EnterpriseDB/docs/blob/main/advocacy_docs/supported-open-source/postgresql/installing/windows.mdx

Expected behavior

That this change in the registry is made in a major version of postgresql because an update of minor version of postgresql break our program and pgadmin points to the correct binaries

Screenshots

No response

Browser / Platform

windows 10

Additional notes

No response

Not the right repo