mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
f68fe6716c
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;
|