Minor result error in binary strings documentation

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: pelletier(dot)michel(at)gmail(dot)com
Subject: Minor result error in binary strings documentation
Date: 2020-05-30 17:17:45
Message-ID: 159085906507.7029.6617929006199006685@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2020-05-31 01:02:14 Re: Minor result error in binary strings documentation
Previous Message Tom Lane 2020-05-29 15:06:42 Re: Get original view definition without modification