exyi / pg2parquet

Export PostgreSQL table or query into Parquet file
Apache License 2.0
57 stars 11 forks source link

add support for citext type #1

Closed PedramNavid closed 1 year ago

PedramNavid commented 1 year ago

citext is a colum insensitive text type. this adds support for it! https://www.postgresql.org/docs/current/citext.html