BUG #16236: Invalid escape encoding
| От | PG Bug reporting form |
|---|---|
| Тема | BUG #16236: Invalid escape encoding |
| Дата | |
| Msg-id | 16236-887912799bb3eb3c@postgresql.org обсуждение исходный текст |
| Ответы |
Re: BUG #16236: Invalid escape encoding
|
| Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 16236 Logged by: Stéphane Campinas Email address: stephane.campinas@gmail.com PostgreSQL version: 12.1 Operating system: linux 5.4.14 Description: Hi, From the documentation [0] about the encode function, the "escape" format should "convert zero bytes and high-bit-set bytes to octal sequences (\nnn) and doubles backslashes." However, executing "select encode(E'aaa\bccc', 'escape');" outputs "aaa\x08ccc", although according to the documentation I should get "aaa\010ccc". This was found in [1] while mimicking the output of encode, where you can get more details. Cheers, [0] https://www.postgresql.org/docs/12/functions-string.html [1] https://github.com/crate/crate/pull/9540
В списке pgsql-bugs по дате отправления: