on postgres server I'm getting this error
ERROR: function to_tsvector(unknown,bytea) does not exist
Is anyone know how to create FTS index on postgres?
looks like You'll have to explicitly cast first argument value to correct type in to_tsvector call
Обсуждают сегодня