darold / ora2pg

Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.
http://www.ora2pg.com/
GNU General Public License v3.0
978 stars 341 forks source link

Expansion of oracle_fdw COPY to support CSV format #1793

Closed nasmart closed 3 weeks ago

nasmart commented 3 weeks ago

Pull request 1783 added support for using oracle_fdw in combination with psql "\copy" and server-side COPY using BINARY stream. This pull request builds on 1783 to add support for CSV format.

Key changes in the pull request: