1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00
Files
postgres/contrib/fulltextindex/fti.sql.in
2000-06-19 13:54:50 +00:00

3 lines
76 B
MySQL

create function fti() returns opaque as
'MODULE_PATHNAME'
language 'newC';