From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/install-getsource.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/src/sgml/html/install-getsource.html (limited to 'doc/src/sgml/html/install-getsource.html') diff --git a/doc/src/sgml/html/install-getsource.html b/doc/src/sgml/html/install-getsource.html new file mode 100644 index 0000000..6cdf477 --- /dev/null +++ b/doc/src/sgml/html/install-getsource.html @@ -0,0 +1,20 @@ + +17.3. Getting the Source

17.3. Getting the Source

+ The PostgreSQL source code for released versions + can be obtained from the download section of our website: + https://www.postgresql.org/ftp/source/. + Download the + postgresql-version.tar.gz + or postgresql-version.tar.bz2 + file you're interested in, then unpack it: +

+tar xf postgresql-version.tar.bz2
+

+ This will create a directory + postgresql-version under + the current directory with the PostgreSQL sources. + Change into that directory for the rest of the installation procedure. +

+ Alternatively, you can use the Git version control system; see + Section I.1 for more information. +

\ No newline at end of file -- cgit v1.2.3