fix docs
This commit is contained in:
parent
d5b45cb58e
commit
7dfc1e3418
@ -3,7 +3,7 @@ Postgres on Debian:
|
|||||||
|
|
||||||
|
|
||||||
# install
|
# install
|
||||||
apt-get install postgresql postgresql-client
|
apt-get install --no-install-recommends postgresql postgresql-client
|
||||||
|
|
||||||
|
|
||||||
Setting up postgres (as root)
|
Setting up postgres (as root)
|
||||||
@ -15,7 +15,7 @@ Setting up postgres (as root)
|
|||||||
|
|
||||||
You'll get a prompt, enter the following:
|
You'll get a prompt, enter the following:
|
||||||
|
|
||||||
CREATE ROLE srnd WITH LOGIN PASSWORD 'srndpassword';
|
CREATE ROLE srnd WITH LOGIN PASSWORD 'srnd';
|
||||||
CREATE DATABASE srnd WITH ENCODING 'UTF8' OWNER srnd;
|
CREATE DATABASE srnd WITH ENCODING 'UTF8' OWNER srnd;
|
||||||
\q
|
\q
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user