Re: Minor result error in binary strings documentation

2020-05-30 Thread Tom Lane
PG Doc comments form writes: > On the page: > https://www.postgresql.org/docs/12/functions-binarystring.html > The result for decode('123\000456', 'escape') is incorrect, it should be: > # select decode('123\000456', 'escape'); > decode > -- > \x31323300343536 The

Minor result error in binary strings documentation

2020-05-30 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-binarystring.html Description: On the page: https://www.postgresql.org/docs/12/functions-binarystring.html The result for decode('123\000456', 'escape') is incorrect, it