|
7 | 7 | </title> |
8 | 8 | <para> |
9 | 9 | <application>pgSphere</application> is not part of the <application>PostgreSQL</application> software. |
10 | | - You can download it from the <application>pgSphere</application> homepage |
11 | | - <ulink url="https://github.com/postgrespro/pgsphere"><citetitle>https://github.com/postgrespro/pgsphere</citetitle></ulink> |
| 10 | + You can download the latest release sources from the |
| 11 | + <ulink url="https://github.com/postgrespro/pgsphere/releases"> |
| 12 | + <application>pgSphere</application> homepage |
| 13 | + </ulink> (the Releases page). The sources can also be downloaded by |
| 14 | + cloning the repository with the appropriate release tag (each release is |
| 15 | + marked with a tag). |
| 16 | + The master branch is intended for development use |
| 17 | + and can contain an intermediate work. |
| 18 | + It is not recommented for use in production. |
12 | 19 | </para> |
13 | 20 | </sect1> |
14 | 21 |
|
|
17 | 24 | Installation |
18 | 25 | </title> |
19 | 26 | <para> |
20 | | - You will need <application>PostgreSQL |
21 | | - 9.1</application> or above. We assume that you have |
| 27 | + We assume that you have |
22 | 28 | <application>PostgreSQL</application> already compiled and |
23 | 29 | installed. Please note: Depending on your system configuration mostly you have to be logged in as the system |
24 | 30 | superuser. |
|
32 | 38 | If the sources are not yet installed and the directory |
33 | 39 | <filename>pg_sphere</filename> does not exist, take the |
34 | 40 | gzipped <application>pgSphere</application> sources ( e. g., |
35 | | - <filename>pg_sphere_xxx.tgz</filename> ) and run: |
| 41 | + <filename>pgsphere-X.X.X.tgz</filename>, where X.X.X is the version number) |
| 42 | + and run: |
36 | 43 | </para> |
37 | 44 | <programlisting> |
38 | | -<![CDATA[shell> tar -xzf path/to/pg_sphere_xxx.tgz]]> |
| 45 | +<![CDATA[shell> tar -xzf path/to/pgsphere-X.X.X.tgz]]> |
39 | 46 | </programlisting> |
40 | 47 | <para> |
41 | 48 | Now, change into the <filename>pg_sphere</filename> |
|
58 | 65 | First unpack the <application>pgSphere</application> sources: |
59 | 66 | </para> |
60 | 67 | <programlisting> |
61 | | -<![CDATA[shell> tar -xzf path_to_pg_sphere_xxx.tgz]]> |
| 68 | +<![CDATA[shell> tar -xzf path/to/pgsphere-X.X.X.tgz]]> |
62 | 69 | </programlisting> |
63 | 70 | <para> |
64 | 71 | Now, change into the <filename>pg_sphere</filename> |
|
80 | 87 | <programlisting> |
81 | 88 | <![CDATA[shell> make installcheck]]> |
82 | 89 | </programlisting> |
83 | | - <para> |
84 | | - The check status will be displayed. Please note, the check gives different results with |
85 | | - different <application>PostgreSQL</application>-versions. Currently, the check should |
86 | | - run without errors with <application>PostgreSQL</application>-version 8.4. Otherwise check |
87 | | - the file <filename>regression.diff</filename>. |
88 | | - </para> |
89 | 90 |
|
90 | 91 | </sect1> |
91 | 92 |
|
|
105 | 106 | <![CDATA[shell> psql -U postgres -c 'CREATE EXTENSION pg_sphere' datab]]> |
106 | 107 | </programlisting> |
107 | 108 | <para> |
108 | | - Depending on your system, it may be necessary to give more |
109 | | - <command>psql</command> options like port or host name. |
110 | | - Please have a look at the |
111 | | - <application>PostgreSQL</application> documentation for more |
112 | | - details. |
| 109 | + It may be necessary to give more |
| 110 | + <command>psql</command> options, like port or host name, |
| 111 | + depending on your system. |
| 112 | + Please take a look at the psql user manual for details. |
| 113 | + The psql user manual for the latest postgresql version can be |
| 114 | + found at <ulink url="https://www.postgresql.org/docs/current/app-psql.html"> |
| 115 | + PostgreSQL site</ulink>. |
113 | 116 | </para> |
114 | 117 | <para> |
115 | 118 | To get the version of installed pgSphere software, simply |
|
0 commit comments