CREATE INDEX message_fulltext_idx ON feedback USING gin(to_tsvector(message));
ERROR: functions in index predicate must be marked IMMUTABLE
怎么避免这个?
postgresql indexing
indexing ×1
postgresql ×1