view src/test/resources/datasets/dbUnit_ort.json @ 1161:ea6b062e5305 pgaudit

Use pgaudit to generate an audit trail. Upgrade to PostgreSQL 9.5 because it is a requirement for pgaudit. pgaudit/analyze can be used to transfer the audit trail into the database, but it seems to be easy to do this with pgaudit directly with some changes to the code.
author Tom Gottfried <tom@intevation.de>
date Tue, 08 Nov 2016 19:21:24 +0100
parents 075f511243d5
children 28a39466e4eb
line wrap: on
line source
{
    "stammdaten.ort": [{
        "id": 1000,
        "netzbetreiber_id": "06",
        "ort_id": "D_ 00191",
        "langtext": "Langer Text",
        "staat_id": 0,
        "gem_id": "11000000",
        "unscharf": "t",
        "nuts_code": "DE716",
        "kda_id": 5,
        "koord_x_extern": "32487017",
        "koord_y_extern": "5519769",
        "letzte_aenderung": "2015-03-01 12:00:00",
        "latitude": 49.83021,
        "longitude": 8.81948,
        "ort_typ": 1,
        "kurztext": "kurz",
        "berichtstext": "bericht"
    }]
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)