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

From Pavel Stehule
Subject Re: proposal: unescape_text function
Date
Msg-id CAFj8pRDszi5Ee7NHyc5dkPThJ3yJoQkUve60wv7A==JYw==72A@mail.gmail.com
Whole thread Raw
In response to Re: proposal: unescape_text function  (Asif Rehman <asifr.rehman@gmail.com>)
Responses Re: proposal: unescape_text function  (Asif Rehman <asifr.rehman@gmail.com>)
Re: proposal: unescape_text function  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
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

Pavel


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

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Improving connection scalability: GetSnapshotData()
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] Tab completion for VACUUM of partitioned tables