diff options
Diffstat (limited to 'contrib/fulltextindex/README')
| -rw-r--r-- | contrib/fulltextindex/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/fulltextindex/README b/contrib/fulltextindex/README index 36d611cf32d..06850f7493d 100644 --- a/contrib/fulltextindex/README +++ b/contrib/fulltextindex/README @@ -56,7 +56,8 @@ sub-string will fit. The create the function that contains the trigger:: - create function fti() returns opaque as '/path/to/fti.so' language 'C'; + create function fti() returns opaque as + '/path/to/fti.so' language 'newC'; And finally define the trigger on the 'cds' table: |
