In docs there is no "Installation from Binaries" section

Started by PG Bug reporting formover 2 years ago3 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/install-binaries.html
Description:

Installing software from ZIP archive is a common practice, pgsql provides
such archive, but doesn't provide instructions on what to do with it.
These pages don't have such instruction or links to such instruction even
though it would be natural for them to belong there:
https://www.postgresql.org/download/
https://www.postgresql.org/download/windows/
https://www.enterprisedb.com/download-postgresql-binaries
https://www.postgresql.org/docs/current/install-binaries.html
https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql/
https://www.postgresqltutorial.com/?s=zip+archive (nothing found)
https://www.postgresqltutorial.com/?s=binaries (nothing found)
In actual archive:
.\pgsql\doc\installation-notes.html
.\pgsql

Please provide an instruction on this matter and add links to it to
reasonable places across your web and documentation pages. Expected use case
is:
1. download zip archive
2. Unzip it
3. ???
4. Execute SQL, like: `select now();`

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
Re: In docs there is no "Installation from Binaries" section

On Sun, Aug 20, 2023 at 8:56 AM PG Doc comments form <noreply@postgresql.org>
wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/install-binaries.html
Description:

Installing software from ZIP archive is a common practice, pgsql provides
such archive, but doesn't provide instructions on what to do with it.

Where are you seeing such a zip archive? I'm familiar with us producing
tar gzip archives of the source code for compiling, but we don't produce
binaries that I know of.

https://www.postgresql.org/docs/current/install-getsource.html

David J.

#3Daniel Gustafsson
daniel@yesql.se
In reply to: David G. Johnston (#2)
Re: In docs there is no "Installation from Binaries" section

On 20 Aug 2023, at 18:52, David G. Johnston <david.g.johnston@gmail.com> wrote:
On Sun, Aug 20, 2023 at 8:56 AM PG Doc comments form <noreply@postgresql.org <mailto:noreply@postgresql.org>> wrote:

Installing software from ZIP archive is a common practice, pgsql provides
such archive, but doesn't provide instructions on what to do with it.

Where are you seeing such a zip archive? I'm familiar with us producing tar gzip archives of the source code for compiling, but we don't produce binaries that I know of.

https://www.postgresql.org/docs/current/install-getsource.html <https://www.postgresql.org/docs/current/install-getsource.html&gt;

The Windows and macOS installers provided by EDB are also available as ZIP
archives of the binaries, these might be ones referred to? We have the below
on the website:

"Advanced users can also download a zip archive of the binaries,
without the installer. This download is intended for users who wish
to include PostgreSQL as part of another application installer."

That being said, since the installer and ZIP archives are provided by a third-
party I don't think we should attempt to describe them in more detail than what
we currently do.

--
Daniel Gustafsson