forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit721a8bb
committed
Correct stdin/stdout usage in COPY .. PROGRAM
The COPY documentation incorrectly stated, for the PROGRAM case,that we read from stdin and wrote to stdout. Fix that, and improveconsistency by referring to the 'PostgreSQL' user instead of the'postgres' user, as is done in the rest of the COPY documentation.Pointed out by Peter van Dijk.Back-patch to 9.3 where COPY .. PROGRAM was introduced.1 parent5f4f66f commit721a8bb
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
|
0 commit comments
Comments
(0)