This commit is contained in:
Suren Karapetyan 2017-06-05 13:51:56 +00:00 committed by GitHub
commit b7b0712af5

View File

@ -870,7 +870,7 @@ PostgreSQL |COPY|__ command to move data from files to tables and back.
Currently no adaptation is provided between Python and PostgreSQL types on
|COPY|: the file can be any Python file-like object but its format must be in
the format accepted by `PostgreSQL COPY command`__ (data fromat, escaped
the format accepted by `PostgreSQL COPY command`__ (data format, escaped
characters, etc).
.. __: COPY_