Re: Temporarily disable strict UTF-8 checking - Mailing list pgsql-novice

From Tom Lane
Subject Re: Temporarily disable strict UTF-8 checking
Date
Msg-id 19994.1145849352@sss.pgh.pa.us
Whole thread Raw
In response to Temporarily disable strict UTF-8 checking  ("Matt Arnilo S. Baluyos (Mailing Lists)" <matt.baluyos.lists@gmail.com>)
List pgsql-novice
"Matt Arnilo S. Baluyos (Mailing Lists)" <matt.baluyos.lists@gmail.com> writes:
> There are some data that we need to input at the moment and it would
> be helpful to *temporarily* disable this setting while our developers
> try to sort out some filtering mechanism at the application level to
> strip these invalid byte sequences.

You could set the database encoding to SQL_ASCII, if you want to
lobotomize the encoding-related functionality.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Matt Arnilo S. Baluyos (Mailing Lists)"
Date:
Subject: Temporarily disable strict UTF-8 checking
Next
From: "Luis Silva"
Date:
Subject: stress tests problems