Mercurial > p > roundup > code
comparison doc/postgresql.txt @ 5756:e48b039b0ec0
issue2550966: fix suboptimal links in docs.
I think I got the majority of them. Some links still don't resolve
because they are gone and there is no replacement afaict.
Also the check is picking up example links like: https://.../rest and
http://localhost:8017/... which should not be checked but are.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 01 Jun 2019 21:39:17 -0400 |
| parents | 76b71c9bd50d |
| children | c2fd254c9257 |
comparison
equal
deleted
inserted
replaced
| 5755:fefd8263ee4d | 5756:e48b039b0ec0 |
|---|---|
| 9 ============= | 9 ============= |
| 10 | 10 |
| 11 To use PostgreSQL as backend for storing roundup data, you should | 11 To use PostgreSQL as backend for storing roundup data, you should |
| 12 additionally install: | 12 additionally install: |
| 13 | 13 |
| 14 1. PostgreSQL 8.x or higher - http://www.postgresql.org/ | 14 1. PostgreSQL 8.x or higher - https://www.postgresql.org/ |
| 15 | 15 |
| 16 2. The psycopg python interface to PostgreSQL: | 16 2. The psycopg python interface to PostgreSQL: |
| 17 | 17 |
| 18 http://initd.org/software/initd/psycopg | 18 http://initd.org/psycopg/ |
| 19 | 19 |
| 20 | 20 |
| 21 Running the PostgreSQL unit tests | 21 Running the PostgreSQL unit tests |
| 22 ================================= | 22 ================================= |
| 23 | 23 |
