summaryrefslogtreecommitdiffstats
path: root/doc/pgsql-ulogd2-flat.sql
Commit message (Collapse)AuthorAgeFilesLines
* Add additional ip6 header fields to database scriptsBob Hockney2012-12-191-0/+12
| | | | | Rename internal keyname ip6.payload_len to remove "_" to facilitate this.
* Fix wrong definition of views in flat DB schemaPierre Chifflier2009-09-171-6/+6
| | | | | | Create views using the ip_protocol field (and not the oob_family). Signed-off-by: Pierre Chifflier <chifflier@inl.fr>
* pgsql: fix type of mac_protocol and oob_protocol.Eric Leblond2009-02-081-1/+1
| | | | | The oob_protocol does not fit into a smallint (IPv6 case for example). This patch switches the length of the related field to an integer.
* Flat SQL schema for PostgreSQLPierre Chifflier2009-01-071-0/+406
This schema is designed for performance, by putting all fields in a single table. It should be used in combination with plain INSERT. Signed-off-by: Pierre Chifflier <chifflier@inl.fr>