GoToSocial/docs/configuration
Max Rosin 7f1f2b80ea
[docs] fix postgres create database command (#2071)
The current command `create database gotosocial with locale C.UTF-8 template template0;` fails because the locale has to be quoted:
```
postgres=# create database gotosocial with locale C.UTF-8 template template0;
ERROR:  syntax error at or near "."
LINE 1: create database gotosocial with locale C.UTF-8 template temp...
```

Tested manually that it works with the quotes and the official postgres examples also use quotes around the locales: https://www.postgresql.org/docs/current/sql-createdatabase.html
2023-08-06 11:54:07 +02:00
..
accounts.md
advanced.md
database.md [docs] fix postgres create database command (#2071) 2023-08-06 11:54:07 +02:00
general.md
httpclient.md
index.md
instance.md
media.md
observability.md
oidc.md
smtp.md
statuses.md
storage.md
syslog.md
tls.md
web.md