From 79067cd227b1826b2a2233064e55b9a62923d7db Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 23 Apr 2014 07:54:19 +0200 Subject: Now tested with PostgreSQL 9.3. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0e179c14..b67e7419 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ If you want to use PostgreSQL: .. code:: bash - $ sudo apt-get install postgresql postgresql-server-dev-9.1 postgresql-client + $ sudo apt-get install postgresql postgresql-server-dev-9.3 postgresql-client $ sudo -u postgres createuser Enter name of role to add: username Shall the new role be a superuser? (y/n) n -- cgit