Fix create db doc
This commit is contained in:
parent
ed82071223
commit
ec597541c8
1 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,6 @@ psql -h localhost -U postgres -W postgres
|
||||||
## 3. Create the binded users with LDAP in postgres + the database
|
## 3. Create the binded users with LDAP in postgres + the database
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE USER johny;
|
CREATE USER sogo;
|
||||||
CREATE DATABASE amazingapp OWNER johny;
|
Create database sogodb with owner sogo encoding 'utf8' LC_COLLATE = 'C' LC_CTYPE = 'C' TEMPLATE template0;
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue