We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16db0b4 commit 2cd1898Copy full SHA for 2cd1898
1 file changed
postgresql/documentation/gotchas.rst
@@ -5,6 +5,14 @@ It is recognized that decisions were made that may not always be ideal for a
5
given user. In order to highlight those potential issues and hopefully bring
6
some sense into a confusing situation, this document was drawn.
7
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
16
Thread Safety
17
-------------
18
0 commit comments