summaryrefslogtreecommitdiff
path: root/contrib/fulltextindex/fticopy
diff options
context:
space:
mode:
authorTom Lane2000-05-29 01:59:17 +0000
committerTom Lane2000-05-29 01:59:17 +0000
commit18952f67446da73f938d213b5225b99e95657837 (patch)
tree7ad26843000b8a17e798dafacbd29baf2d390fa1 /contrib/fulltextindex/fticopy
parent147ccf5c8045c79a9c8194044359e140c9074ed7 (diff)
Second round of fmgr changes: triggers are now invoked in new style,
CurrentTriggerData is history.
Diffstat (limited to 'contrib/fulltextindex/fticopy')
-rw-r--r--contrib/fulltextindex/fticopy2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fulltextindex/fticopy b/contrib/fulltextindex/fticopy
index 02bf057e94..6b6d68e490 100644
--- a/contrib/fulltextindex/fticopy
+++ b/contrib/fulltextindex/fticopy
@@ -29,7 +29,7 @@
#
# create function fti() returns opaque as
# '/path/to/fti/file/fti.so'
-# language 'C';
+# language 'newC';
#
# create trigger my_fti_trigger after update or insert or delete
# on mytable