aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-08-04 19:41:00 +0000
committerBruce Momjian <bruce@momjian.us>2001-08-04 19:41:00 +0000
commite9ea1255c0d6fc54a34951547061e7e18c1851c8 (patch)
treedc0920cebb6f00bac7e8253edc0ed7ca337da49f /src/backend/commands/command.c
parent16365ac75bc0089f6b1a3db537a58042caa38ab4 (diff)
downloadpostgresql-e9ea1255c0d6fc54a34951547061e7e18c1851c8.tar.gz
postgresql-e9ea1255c0d6fc54a34951547061e7e18c1851c8.zip
This patch adds the following to the FTI module:
* The ability to index more than one column in a table with a single trigger. * All uses of sprintf changed to snprintf to prevent users from crashing Postgres. * Error messages made more consistent * Some changes made to bring it into line with coding requirements for triggers specified in the docs. (ie. check you're a trigger before casting your context) * The perl script that generate indices has been updated to support indexing multiple columns in a table. * Fairly well tested in our development environment indexing a food database's brand and description fields. The size of the fti index is around 300,000 rows. * All docs and examples upgraded. This includes specifying more efficient index usage that was specified before, better examples that don't produce duplicates, etc. Christopher Kings-Lynne & Brett
Diffstat (limited to 'src/backend/commands/command.c')
0 files changed, 0 insertions, 0 deletions