Creating a user named 'lemur' in postgres (#773)

Creating a user named 'lemur' in postgres
This commit is contained in:
kevgliss 2017-04-28 15:31:08 -07:00 committed by GitHub
parent 0bbe2b0331
commit 6367a98134
1 changed files with 3 additions and 4 deletions

View File

@ -151,10 +151,9 @@ First, set a password for the postgres user. For this guide, we will use ``lemu
.. code-block:: bash
$ sudo -u postgres -i
# \password postgres
Enter new password: lemur
Enter it again: lemur
$ psql
postgres=# CREATE USER lemur WITH PASSWORD 'lemur';
Once successful, type CTRL-D to exit the Postgres shell.
Next, we will create our new database: