altaurog / pgcopy

fast data loading with binary copy
https://pgcopy.readthedocs.io/
Other
113 stars 33 forks source link

Support for enums? #28

Closed nerrons closed 3 years ago

nerrons commented 3 years ago

Hi altaurog,

First of all thanks for this great project. One thing I'm wondering is if pgcopy supports enums (or even better, custom types that are enums). If not, any tips on where I can modify to make it work?

Thanks nerrons

altaurog commented 3 years ago

Nerrons, thanks for asking! Enums are not supported yet. It looks like it shouldn’t be too difficult to add enum support, though.

altaurog commented 3 years ago

I just released v1.5.0 with enum support. Please let me know if you need anything else.