forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc9e75c2
committed
doc: \123 and \x12 escapes in COPY are in database encoding.
The backslash sequences, including \123 and \x12 escapes, are interpretedafter encoding conversion. The docs failed to mention that.Backpatch to all supported versions.Reported-by: Andreas GrobDiscussion:https://www.postgresql.org/message-id/17142-9181542ca1df75ab%40postgresql.org1 parent7f0873f commitc9e75c2
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
628 | 628 |
| |
629 | 629 |
| |
630 | 630 |
| |
631 |
| - | |
| 631 | + | |
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
635 | 635 |
| |
636 |
| - | |
| 636 | + | |
637 | 637 |
| |
638 | 638 |
| |
639 | 639 |
| |
| |||
665 | 665 |
| |
666 | 666 |
| |
667 | 667 |
| |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
668 | 674 |
| |
669 | 675 |
| |
670 | 676 |
| |
|
0 commit comments
Comments
(0)