ankane/pgsync

Error while using `in-batches` for table with bytea columns

marcocastignoli opened this issue · 1 comments

Hello, I'm trying to transfer using the in-batches option a big table with two bytea columns. I get this error

⠋ code
✖ code (function max(bytea) does not exist)
Sync failed for 1 table: code

Hi @marcocastignoli, the --in-batches option only works with numeric primary keys. I've added a note to the docs in the commit above.