Add support for \x hex escapes in backend strings. Octal was already
Bruce Momjian <bruce@momjian.us>
Add support for \x hex escapes in backend strings. Octal was already supported. This follows the C standard escapes.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/syntax.sgml | modified | +13 −12 |
| src/backend/parser/scan.l | modified | +7 −2 |