Ignore:
Timestamp:
May 19, 2006, 8:35:34 PM (18 years ago)
Author:
rainer
Message:

Fix concurrent inserts with postgres

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sql_init/samhain.postgres.init

    r1 r35  
    11CREATE SEQUENCE log_log_index_seq START 1;
    22CREATE TABLE    log (
    3         log_index INTEGER NOT NULL DEFAULT NEXTVAL('log_log_index_seq'),
     3        log_index INTEGER NOT NULL,
    44        log_ref   BIGINT NULL,
    55        log_host  VARCHAR(64)   NOT NULL DEFAULT 'localhost',
Note: See TracChangeset for help on using the changeset viewer.