Skip to content

Commit a8fe4d9

Browse files
authored
UTF8 is a requirement for Postgres
1 parent c304b14 commit a8fe4d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/postgraphile/requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ experience.
5555
Many times this can be solved by returning the relevant default setting value
5656
from the
5757
[pgSettings function](/postgraphile/usage-library/#pgsettings-function).
58+
- **Use UTF8 encoding**: GraphQL operates over the UTF8 character set, using
59+
different encodings may impact your ability to store/retrieve certain values.
5860

5961
On top of this standard PostgreSQL best practices apply: use indexes carefully
6062
for performance, use constraints to ensure your data is valid and consistent,

0 commit comments

Comments
 (0)