Skip to content

Commit

Permalink
Add support for COPY
Browse files Browse the repository at this point in the history
This capability was introduced to PostgreSQL in commit
3d956d9562aa4811b5eaaaf5314d361c61be2ae0 in v11.

Attempting COPY on a foreign table crashed PostgreSQL before this patch,
as reported by "jkldv" in #309.

This patch is still incomplete:
- too little testing
- crashes if there is an AFTER INSERT trigger
- no regression tests yet
  • Loading branch information
laurenz committed Apr 17, 2019
1 parent b039a75 commit 3da5dea
Showing 1 changed file with 242 additions and 108 deletions.
Loading

0 comments on commit 3da5dea

Please sign in to comment.