Creating a user named 'lemur' in postgres (#773)
Creating a user named 'lemur' in postgres
This commit is contained in:
parent
0bbe2b0331
commit
6367a98134
|
@ -151,9 +151,8 @@ First, set a password for the postgres user. For this guide, we will use ``lemu
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ sudo -u postgres -i
|
$ sudo -u postgres -i
|
||||||
# \password postgres
|
$ psql
|
||||||
Enter new password: lemur
|
postgres=# CREATE USER lemur WITH PASSWORD 'lemur';
|
||||||
Enter it again: lemur
|
|
||||||
|
|
||||||
Once successful, type CTRL-D to exit the Postgres shell.
|
Once successful, type CTRL-D to exit the Postgres shell.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue