Skip to content

Commit 2cd1898

Browse files
author
James William Pye
committed
Note issue with non-english locales.
1 parent 16db0b4 commit 2cd1898

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

postgresql/documentation/gotchas.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ It is recognized that decisions were made that may not always be ideal for a
55
given user. In order to highlight those potential issues and hopefully bring
66
some sense into a confusing situation, this document was drawn.
77

8+
Non-English Locales
9+
-------------------
10+
11+
Many non-english locales are not supported due to the localization of the severity field
12+
in messages and errors sent to the client. Internally, py-postgresql uses this to allow
13+
client side filtering of messages and to identify FATAL connection errors that allow the
14+
client to recognize that it should be expecting the connection to terminate.
15+
816
Thread Safety
917
-------------
1018

0 commit comments

Comments
 (0)