You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
* The ability to index more than one column in a table with a singletrigger.* All uses of sprintf changed to snprintf to prevent users from crashingPostgres.* Error messages made more consistent* Some changes made to bring it into line with coding requirements fortriggers specified in the docs. (ie. check you're a trigger before castingyour context)* The perl script that generate indices has been updated to support indexingmultiple columns in a table.* Fairly well tested in our development environment indexing a fooddatabase's brand and description fields. The size of the fti index isaround 300,000 rows.* All docs and examples upgraded. This includes specifying more efficientindex usage that was specified before, better examples that don't produceduplicates, etc.Christopher Kings-Lynne & Brett