Update instruction.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 03 Apr 2015 10:05:03 +0300
changeset 1708 f1924a82b246
parent 1707 6ab7356de25e
child 1709 f34c6bc973cb
Update instruction.
postgre.rst
--- a/postgre.rst	Sat Apr 04 16:52:39 2015 +0300
+++ b/postgre.rst	Fri Apr 03 10:05:03 2015 +0300
@@ -13,6 +13,7 @@
 
   $ sudo apt-get install postgresql postgresql-client
   $ sudo su - postgres
+  % psql
   postgres=# CREATE USER "mypguser" WITH PASSWORD 'mypguserpass';
   postgres=# CREATE DATABASE "mypgdatabase" OWNER "mypguser";
   postgres=# \q