Missing privileges requirements from Testing section
The 2.4.4. Testing section does not give any hints on system and database user privileges required to run the tests.
Assuming that installation from sources is performed not as postgres, but another non-root user with sudo privileges, then it would be good to add a note on how to avoid common errors while running make check as non-root non-postgres user:
psql: FATAL: permission denied to set parameter...
psql: FATAL: {Peer|Ident} authentication failed for user...
Pointing to PGUSER and PGPASSWORD variables may be worth as well,
with relevant md5 authentication set in pg_hba.conf.
Change History
(12)
Milestone: |
→ PostGIS 2.0.5
|
Milestone: |
PostGIS 2.0.5 → PostGIS 2.0.6
|
Milestone: |
PostGIS 2.0.7 → PostGIS 2.0.8
|
Milestone: |
PostGIS 2.0.8 → PostGIS 2.2.6
|
Milestone: |
PostGIS 2.2.6 → PostGIS 2.5.0
|
Milestone: |
PostGIS 2.5.0 → PostGIS 2.4.5
|
Milestone: |
PostGIS 2.4.5 → PostGIS 2.4.6
|
Milestone: |
PostGIS 2.4.6 → PostGIS 3.0.0
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
I think this can be closed with "Read the PostgreSQL docs, Luke!" response.