summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorBob Hockney <zeus@ix.netcom.com>2012-12-19 12:38:57 -0700
committerEric Leblond <eric@regit.org>2012-12-19 23:47:57 +0100
commitf191fc8d431c52de17ff1ab7d5d807a14b51e945 (patch)
tree2eaea5805ad344d10704b39defb9965e06bc23f1 /ulogd.conf.in
parent492e28053ff060c3aae63ab628c9600e81d8e5c4 (diff)
Handle postgresql schemas correctly
Add 'schema' variable to look into corresponding schema.
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 3bd464b..c630b88 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -213,6 +213,7 @@ db="nulog"
host="localhost"
user="nupik"
table="ulog"
+#schema="public"
pass="changeme"
procedure="INSERT_PACKET_FULL"
@@ -221,6 +222,7 @@ db="nulog"
host="localhost"
user="nupik"
table="ulog2_ct"
+#schema="public"
pass="changeme"
procedure="INSERT_CT"
@@ -229,6 +231,7 @@ db="nulog"
host="localhost"
user="nupik"
table="ulog2_ct"
+#schema="public"
pass="changeme"
procedure="INSERT_OR_REPLACE_CT"
@@ -237,6 +240,7 @@ db="nulog"
host="localhost"
user="nupik"
table="nfacct"
+#schema="public"
pass="changeme"
procedure="INSERT_NFACCT"