On 30/8/19 10:20 π.μ., Achilleas
Mantzios wrote:
So you download latest version of smlar from here : http://sigaev.ru/git/gitweb.cgi?p=smlar.git following is from commands given to FreeBSD but you get the point % tar xvfz smlar-92dc9c7.tar.gz cd smlar-92dc9c7 gmake (or make in linux) if it complaints about not finding /contrib/contrib-global.mk then you do setenv USE_PGXS 1 (export USE_PGXS=1 in linux) and repeat the make step sudo make install (again solve problems as above) when installed successfully then : psql create extension smlar; --and then create your exclude constraint : alter table your_table_name ADD constraint constrname EXCLUDE USING gist (grant_number_codes _text_sml_ops with &&);
-- Achilleas Mantzios IT DEV Lead IT DEPT Dynacom Tankers Mgmt |