fboulnois / pg_uuidv7

A tiny Postgres extension to create version 7 UUIDs
Mozilla Public License 2.0
270 stars 23 forks source link

Fixes for: When using COPY with more than one source file, the destin… #28

Closed EvgeniyBlinov closed 3 months ago

EvgeniyBlinov commented 4 months ago

When using COPY with more than one source file, the destination must be a directory and end with a /

fboulnois commented 3 months ago

Fixed in 1.5.0, thank you for your contribution!