Minor result error in binary strings documentation - Mailing list pgsql-docs

From PG Doc comments form
Subject Minor result error in binary strings documentation
Date
Msg-id 159085906507.7029.6617929006199006685@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Minor result error in binary strings documentation
List pgsql-docs
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 should be:

# select decode('123\000456', 'escape');
      decode      
------------------
 \x31323300343536

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Get original view definition without modification
Next
From: Tom Lane
Date:
Subject: Re: Minor result error in binary strings documentation