summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-07 02:31:17 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-07 02:31:17 -0800
commita00874a9efde14e6f5fbe2308e40211d9531d497 (patch)
tree5d07b95590be7ac2ddf634fff9123002aa97eba6 /doc
parent6579de0727b37535ecba3a8f6188f51a714e3a3e (diff)
parentedc550b65b19668e2a75d6e6eac99016583fded7 (diff)
downloadgitlab-ce-a00874a9efde14e6f5fbe2308e40211d9531d497.tar.gz
Merge pull request #5937 from RandomInsano/patch-1
Postgres Client Needed for Ubuntu 13.04
Diffstat (limited to 'doc')
-rw-r--r--doc/install/databases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/databases.md b/doc/install/databases.md
index 6016e97ede5..1d9405dfa96 100644
--- a/doc/install/databases.md
+++ b/doc/install/databases.md
@@ -52,7 +52,7 @@ GitLab supports the following databases:
## PostgreSQL
# Install the database packages
- sudo apt-get install -y postgresql-9.1 libpq-dev
+ sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev
# Login to PostgreSQL
sudo -u postgres psql -d template1