forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite9a79c2
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 parent6f8127b commite9a79c2
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
636 | 636 |
| |
637 | 637 |
| |
638 | 638 |
| |
639 |
| - | |
| 639 | + | |
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
644 |
| - | |
| 644 | + | |
645 | 645 |
| |
646 | 646 |
| |
647 | 647 |
| |
| |||
673 | 673 |
| |
674 | 674 |
| |
675 | 675 |
| |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
676 | 682 |
| |
677 | 683 |
| |
678 | 684 |
| |
|
0 commit comments
Comments
(0)