From 20559fd52c1040cc9dcbcd96898f7ccfea3aea7c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 15 Oct 2015 16:01:09 +0200 Subject: [PATCH] Minor patch --- procs/postgresql/dns_request.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/procs/postgresql/dns_request.sql b/procs/postgresql/dns_request.sql index dd04d8663..653395cbe 100644 --- a/procs/postgresql/dns_request.sql +++ b/procs/postgresql/dns_request.sql @@ -1,4 +1,5 @@ DROP TABLE IF EXISTS %RANDSTR1%; +CREATE LANGUAGE plpgsql; CREATE TABLE %RANDSTR1%(%RANDSTR2% text); CREATE OR REPLACE FUNCTION %RANDSTR3%() RETURNS VOID AS $$