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 ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема 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 ?
Дата
Msg-id 101798.1604081692@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 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>)
Список 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 по дате отправления:

Предыдущее
От: "Peter J. Holzer"
Дата:
Сообщение: 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 ?
Следующее
От: Clifford Snow
Дата:
Сообщение: Unable to install pgadmin4