From 7d6c7ef96ee1fa26a2ffd572f2cba60caba36773 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 8 Oct 2005 10:41:09 +0000 Subject: merge changes from 1.x --- doc/pgsql.table | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/pgsql.table') diff --git a/doc/pgsql.table b/doc/pgsql.table index 7cdc83c..193f747 100644 --- a/doc/pgsql.table +++ b/doc/pgsql.table @@ -33,16 +33,16 @@ CREATE TABLE "ulog" ( "ip_csum" integer, /* log IPs as unsigned int32 (default) */ --- "ip_saddr" bigint, --- "ip_daddr" bigint, + "ip_saddr" bigint, + "ip_daddr" bigint, /* log IPs as string (--with-pgsql-log-ip-as-string) */ -- "ip_saddr" character varying(40), -- "ip_daddr" character varying(40), /* log IPs as inet (--with-pgsql-log-ip-as-string) */ - "ip_saddr" inet, - "ip_daddr" inet, +-- "ip_saddr" inet, +-- "ip_daddr" inet, "tcp_sport" integer, -- cgit v1.2.3