postgresql/contrib/fulltextindex/fti.sql.in

3 lines
74 B
MySQL

create function fti() returns trigger as
'MODULE_PATHNAME'
language 'C';