From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp> |
Cc: | Jim(dot)Nasby(at)bluetreble(dot)com, peter_e(at)gmx(dot)net, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, marko(at)joh(dot)to, daniel(at)manitou-mail(dot)org, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: psql: add \pset true/false |
Date: | 2015-12-03 06:48:50 |
Message-ID: | CAB7nPqRLoqdCdGunD3jVuO+ti4beUCL4eu8xLMdjLAXiVcsidA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Dec 3, 2015 at 2:53 PM, Kyotaro HORIGUCHI
<horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp> wrote:
> The attached patch adds a function to load output filter DLL.
> The second file is an example filter module. The following
> commandline with the file can create a test filter module. I
> suppose preload feature only needs additional few lines.
#include "print.h"
+#include "dlload.h"
I guess that your environment is on Windows... My guess is that you
would need a facility similar to what is in
src/backend/port/dynloader/ but for frontends, and this is not really
worth the move just for this particularly type enforcement in psql.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | konstantin knizhnik | 2015-12-03 06:54:23 | Re: Logical replication and multimaster |
Previous Message | Amit Kapila | 2015-12-03 06:48:45 | Re: Speed up Clog Access by increasing CLOG buffers |