diff options
| author | Bruce Momjian | 2002-09-02 06:27:04 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-09-02 06:27:04 +0000 |
| commit | f68fe6716c0978a3a854c4582e9566c86c7641d5 (patch) | |
| tree | 52ab0c1927b3e12a9d269b230e048f2e3cdcb57c /contrib/fulltextindex/fti.c | |
| parent | 1f8a63eb0829b765f42cbb5e650e20b57433a054 (diff) | |
In case Florian and I don't finish his changes to this contrib before
beta, at least get this stuff in.
ftipatch.txt - Updates to docs and scripts. Run in the fulltextindexdir
WARNING - Add to fulltextindex dir
uninstall.sql - Add to fulltextindex dir
Diffstat (limited to 'contrib/fulltextindex/fti.c')
| -rw-r--r-- | contrib/fulltextindex/fti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fulltextindex/fti.c b/contrib/fulltextindex/fti.c index 6c3e2fb888e..7620c0640ce 100644 --- a/contrib/fulltextindex/fti.c +++ b/contrib/fulltextindex/fti.c @@ -25,7 +25,7 @@ * '/usr/local/pgsql/lib/contrib/fti.so' language 'C'; * * -- Create the FTI table - * create table product_fti (string varchar(255), id oid); + * create table product_fti (string varchar(255), id oid) without oids; * * -- Create an index to assist string matches * create index product_fti_string_idx on product_fti (string); |
