Commit a00874a9efde14e6f5fbe2308e40211d9531d497
Exists in
spb-stable
and in
3 other branches
Merge pull request #5937 from RandomInsano/patch-1
Postgres Client Needed for Ubuntu 13.04
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/databases.md
... | ... | @@ -52,7 +52,7 @@ GitLab supports the following databases: |
52 | 52 | ## PostgreSQL |
53 | 53 | |
54 | 54 | # Install the database packages |
55 | - sudo apt-get install -y postgresql-9.1 libpq-dev | |
55 | + sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev | |
56 | 56 | |
57 | 57 | # Login to PostgreSQL |
58 | 58 | sudo -u postgres psql -d template1 | ... | ... |