- Notifications
You must be signed in to change notification settings - Fork28
Commit44dc9c1
committed
Fix psql's \copy to accept table names containing schemas, as well as
a column list. Bring its parsing of quoted names and quoted stringssomewhat up to speed --- I believe it now handles all non-error casesthe same way the backend would, but weird boundary conditions are notnecessarily done the same way.1 parent4cff161 commit44dc9c1
File tree
4 files changed
+372
-227
lines changed- doc/src/sgml/ref
- src/bin/psql
4 files changed
+372
-227
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
| 695 | + | |
695 | 696 |
| |
696 | 697 |
| |
697 | 698 |
| |
| |||
705 | 706 |
| |
706 | 707 |
| |
707 | 708 |
| |
708 |
| - | |
709 |
| - | |
710 |
| - | |
| 709 | + | |
711 | 710 |
| |
712 | 711 |
| |
| 712 | + | |
| 713 | + | |
| 714 | + | |
713 | 715 |
| |
714 | 716 |
| |
715 | 717 |
| |
|
0 commit comments
Comments
(0)