mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
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
4 lines
123 B
MySQL
4 lines
123 B
MySQL
CREATE OR REPLACE FUNCTION fti() RETURNS trigger AS
|
|
'MODULE_PATHNAME', 'fti'
|
|
LANGUAGE 'C' VOLATILE CALLED ON NULL INPUT;
|