Dimitri Fontaine 53dcdfd8ef Fix handling of COPY data, fix #222.
When given a file in the COPY format, we should expect that its content
is already properly escaped as expected by PostgreSQL. Rather than
unescape the data then escape it again, add a new more of operation to
format-vector-row in which it won't even try to reformat the data.

In passing, fix an off-by-one bug in dealing with non-ascii characters.
2015-04-30 13:17:02 +02:00
..
2014-04-29 14:51:14 +02:00
2013-11-26 16:48:45 +01:00
2015-04-30 13:17:02 +02:00
2013-11-26 16:48:45 +01:00
2014-06-03 12:19:23 +02:00
2014-09-21 12:19:20 -05:00

pgloader tests

In the parser directory are tests for the parser only, in the current directory are tests that can be run to import data.