COPY ... WHERE — Selective Bulk Loading
PostgreSQL 18 adds a WHERE clause to COPY FROM, allowing row-level filtering during bulk imports. This eliminates the need for staging tables when loading partial datasets.
PostgreSQL 18 adds a WHERE clause to COPY FROM, allowing row-level filtering during bulk imports. This eliminates the need for staging tables when loading partial datasets.