summaryrefslogtreecommitdiffstats
path: root/doc/pgsql-ulogd2-flat.sql
Commit message (Collapse)AuthorAgeFilesLines
* 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>