Minor result error in binary strings documentation

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Minor result error in binary strings documentation
Дата
Msg-id 159085906507.7029.6617929006199006685@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Minor result error in binary strings documentation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Get original view definition without modification
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Minor result error in binary strings documentation