Re: What's the best way to translate MS generated translations of user input to what the user actually typed prior to insert or update into PG backend table ? - Mailing list pgsql-general

From Tom Lane
Subject Re: What's the best way to translate MS generated translations of user input to what the user actually typed prior to insert or update into PG backend table ?
Date
Msg-id 101798.1604081692@sss.pgh.pa.us
Whole thread Raw
In response to Re: What's the best way to translate MS generated translations of user input to what the user actually typed prior to insert or update into PG backend table ?  (David Gauthier <davegauthierpg@gmail.com>)
List pgsql-general
David Gauthier <davegauthierpg@gmail.com> writes:
> Next question, how does one actually replace the thing ?
> replace(thestring,0x2026,'...')
> ... isn't going to fly.

If you don't want to write the actual UTF8 character, maybe the chr()
function would suit you better [1].

            regards, tom lane

[1] https://www.postgresql.org/docs/current/functions-string.html



pgsql-general by date:

Previous
From: "Peter J. Holzer"
Date:
Subject: Re: What's the best way to translate MS generated translations of user input to what the user actually typed prior to insert or update into PG backend table ?
Next
From: Clifford Snow
Date:
Subject: Unable to install pgadmin4