forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9adda98
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 parentd72ecc9 commit9adda98
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
0 commit comments
Comments
(0)