No support for COPY FROM IN in migrations for postgresql

Issue #46 new
Former user created an issue

I'm trying to create a goose migration using the output of

pg_dump database -t table

And I am receiving an error: (pq: unknown response for simple query: 'G'), quitting migration.

It appears that lib/pq has support for this operation via CopyIn.

Comments (0)

  1. Log in to comment