Forum Moderators: open
[postgresql.org...]
AFAICT the vulnerability does not affect anyone using single-byte character sets such as ISO-8859-1 (LATIN1 in PostgreSQL parlance).
AFAICT the vulnerability does not affect anyone using single-byte character sets such as ISO-8859-1 (LATIN1 in PostgreSQL parlance).
Except in the "both" case I guess:
Q: Who is not affected?
A: Several kinds of applications:1. Users whose database applications are not exposed to untrusted input, such as single-user applications not exposed to the Internet.
2. Databases which are set up with "LATIN-1" or other single-byte encoding, on both client and server.
...