From 791a8c3da070068f2e26dae2c9e3ba6eeb9cab29 Mon Sep 17 00:00:00 2001 From: can Date: Fri, 22 Nov 2019 04:12:39 +0300 Subject: [PATCH] necessary package to build pgsql extension --- INSTALL.debian | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.debian b/INSTALL.debian index d5d33aafb..56d8bf6e6 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -93,6 +93,9 @@ usermod -G danbooru,sudo danbooru export PG_VERSION=`pg_config --version | egrep -o '[0-9]{1,}\.[0-9]{1,}'` if verlte 9.5 $PG_VERSION ; then # only do this on postgres 9.5 and above + + #necessary to build parser extension + apt install postgresql-server-dev-all -y git clone https://github.com/r888888888/test_parser.git /tmp/test_parser cd /tmp/test_parser make install