D COPY pg16.t1 from 't1.csv' (FORMAT csv,header ); Run Time (s): real 0.001 user 0.001272 sys 0.000000 Invalid Error: Failed to copy data: ERROR: invalid input syntax for type json DETAIL: Token "test ...
pgcopydb is a tool that automates running pg_dump | pg_restore between two running Postgres servers. To make a copy of a database to another server as quickly as possible, one would like to use the ...