diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-05 17:20:29 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-05 17:20:29 +0000 |
| commit | af7d257e21aae3d75c46977482309b658b3a29d7 (patch) | |
| tree | cf93e41a5d1c182cc80f5c9122bd34a3d52caf20 /contrib/fulltextindex/fti.sql.in | |
| parent | a3242fb42cc2b85581a195aa72cf72a1df94b78f (diff) | |
| download | postgresql-af7d257e21aae3d75c46977482309b658b3a29d7.tar.gz | |
Remove contrib modules that have been migrated to pgfoundry: adddepend,
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface,
tips.
Diffstat (limited to 'contrib/fulltextindex/fti.sql.in')
| -rw-r--r-- | contrib/fulltextindex/fti.sql.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/fulltextindex/fti.sql.in b/contrib/fulltextindex/fti.sql.in deleted file mode 100644 index c060ee8757..0000000000 --- a/contrib/fulltextindex/fti.sql.in +++ /dev/null @@ -1,6 +0,0 @@ --- Adjust this setting to control where the objects get created. -SET search_path = public; - -CREATE OR REPLACE FUNCTION fti() RETURNS trigger AS - 'MODULE_PATHNAME', 'fti' - LANGUAGE C VOLATILE CALLED ON NULL INPUT; |
