summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorTom Lane2011-02-20 19:06:59 +0000
committerTom Lane2011-02-20 19:06:59 +0000
commit7c5d0ae7078456bfeedb2103c45b9a32285c2631 (patch)
tree5f02dc38c3c57ab676b5d914f6e27be3259f3367 /contrib/README
parentbb742407947ad1cbf19355d24282380d576e7654 (diff)
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
This is both very useful in its own right, and an important test case for the core FDW support. This commit includes a small refactoring of copy.c to expose its option checking code as a separately callable function. The original patch submission duplicated hundreds of lines of that code, which seemed pretty unmaintainable. Shigeru Hanada, reviewed by Itagaki Takahiro and Tom Lane
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 3c4e3242714..9bd1b137e6d 100644
--- a/contrib/README
+++ b/contrib/README
@@ -73,6 +73,10 @@ earthdistance -
Functions for computing distances between two points on Earth
by Bruno Wolff III <[email protected]> and Hal Snyder <[email protected]>
+file_fdw
+ Foreign-data wrapper for server-side CSV/TEXT files
+ by Shigeru Hanada <[email protected]>
+
fuzzystrmatch -
Levenshtein, metaphone, and soundex fuzzy string matching
by Joe Conway <[email protected]> and Joel Burton <[email protected]>