diff options
author | 2023-08-06 11:54:07 +0200 | |
---|---|---|
committer | 2023-08-06 11:54:07 +0200 | |
commit | 7f1f2b80eab3bb5f357b22717ca08a464c69245a (patch) | |
tree | d0dc5a44a69348ff6d3e2c4d4d5758ece802c2ec /internal/validate/user_test.go | |
parent | [performance] add caching of status fave, boost of, in reply to ID lists (#2060) (diff) | |
download | gotosocial-7f1f2b80eab3bb5f357b22717ca08a464c69245a.tar.xz |
[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
Diffstat (limited to 'internal/validate/user_test.go')
0 files changed, 0 insertions, 0 deletions