Re: proposal: unescape_text function - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: proposal: unescape_text function
Date
Msg-id CAFj8pRDx+YYS37LMB9tO+dF0k9WeUw8dtHnYnpojD6-1Ud89AQ@mail.gmail.com
Whole thread Raw
In response to Re: proposal: unescape_text function  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: unescape_text function
List pgsql-hackers


st 29. 7. 2020 v 8:18 odesílatel Pavel Stehule <pavel.stehule@gmail.com> napsal:
Hi
 

Hi Pavel,

Since the idea originated from unescaping unicode string literals i.e.
       select unescape('Odpov\u011Bdn\u00E1 osoba'); 

Shouldn't the built-in function support the above syntax as well?

good idea. The prefixes u (4 digits) and U (8 digits) are supported

Regards

rebase

Regards

Pavel


Pavel


--
Asif Rehman
Highgo Software (Canada/China/Pakistan)
URL : www.highgo.ca

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Resetting spilled txn statistics in pg_stat_replication
Next
From: Andy Fan
Date:
Subject: Re: [HACKERS] Runtime Partition Pruning