Changes between Version 1 and Version 2 of Ticket #151
- Timestamp:
- 11/03/09 10:44:34 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #151 – Description
v1 v2 1 User object should have a "created" attribute initialized on creation CREATE INDEX pgweb_idx ON pgweb USING gin(to_tsvector(config_name, body)); 2 3 where config_name is a column in the pgweb table. This allows mixed configurations in the same index while recording which configuration was used for each index entry. This would be useful, for example, if the document collection contained documents in different languages. Again, queries that are to use the index must be phrased to match, e.g. WHERE to_tsvector(config_name, body) @@ 'a & b'. to current datetime. 1 User object should have a "created" attribute initialized to current datetime. 4 2 5 3 Require a db migration but o/w very simple.