Closed jhellerstein closed 12 years ago
I tried to blindly follow the installation instructions at http://pgsimilarity.projects.postgresql.org/ and met up with two frustrations:
show
set
Solution was to copy pg_similarity.conf.sample to the PGDATA directory as pg_similarity.conf and add a line to postgresql.conf:
pg_similarity.conf.sample
pg_similarity.conf
postgresql.conf
include 'pg_similarity.conf'
Then reinstalled and all was well. Not sure if the solution is to extend the Makefile or/and fix the docs.
I forgot to add that into documentation. :( Added to docs. Thanks.
I tried to blindly follow the installation instructions at http://pgsimilarity.projects.postgresql.org/ and met up with two frustrations:
show
andset
examples in the installSolution was to copy
pg_similarity.conf.sample
to the PGDATA directory aspg_similarity.conf
and add a line topostgresql.conf
:Then reinstalled and all was well. Not sure if the solution is to extend the Makefile or/and fix the docs.