| Code Block |
|---|
sudo -u postgres psql -c "CREATE USER davide WITH PASSWORD 'jw8s0F4';" |
| Code Block |
|---|
sudo -u postgres psql -c 'create database newid;' |
If you want to encode in UTF8, you need to change teamplate0 in UTF8 first
...
| Code Block |
|---|
sudo -u postgres psql -c "CREATE USER davide WITH PASSWORD 'jw8s0F4';" |
| Code Block |
|---|
sudo -u postgres psql -c 'create database newid;' |
If you want to encode in UTF8, you need to change teamplate0 in UTF8 first
...