Intevation / intelmq-certbund-contact

IntelMQ expert bots to lookup contact information in a database (part of the intelmq-cb-mailgen solution).
GNU Affero General Public License v3.0
3 stars 2 forks source link

certbund_contact use postgresql v>=9.5 features #7

Open bernhardreiter opened 6 years ago

bernhardreiter commented 6 years ago

Since a few month the minimal supported version of GNU is Ubuntu 16.04 LTS which comes with https://packages.ubuntu.com/xenial/postgresql 9.5.

https://packages.debian.org/stretch/postgresql also comes with 9.6

So we can assume v>=9.5 as a minimum postgresql requirement and use the additional features.

E.g. see https://github.com/Intevation/intelmq/blob/ff5e42fc86abbd40d77d7c7561c80584468a13a4/intelmq/bots/experts/certbund_contact/initdb.sql#L174