Changes between Initial Version and Version 1 of Ticket #151
- Timestamp:
- 11/03/09 10:43:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #151
- Property Priority changed from minor to critical
-
Ticket #151 – Description
initial v1 1 User object should have a "created" attribute initialized on creation to current datetime. 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. 2 4 3 5 Require a db migration but o/w very simple.