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
|
||||
|
||||
$ 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue