Re: Archival API - Mailing list pgsql-hackers-pitr

From Nicolai Tufar
Subject Re: Archival API
Date
Msg-id 000001c3fcac$b3e2b720$6400a8c0@ntufar
Whole thread Raw
In response to Re: Archival API  (raymond.siebert@mobilcom.de)
List pgsql-hackers-pitr
-----Original Message-----
From: pgsql-hackers-pitr-owner@postgresql.org
[mailto:pgsql-hackers-pitr-owner@postgresql.org] On Behalf Of
raymond.siebert@mobilcom.de
> Another idea is an event handling system in database system.
> Sending defined signals to the 'outer world' through an API to a user
> supplied program.
> This user supplied program can later on handle other events in
addition to > backup of WAL logs.
> A fixed classification of events and a defined framework in user
supplied > program is the way to success.
>
>  [ ... ]
>

This is the method used in DB2. It is called "user exit". You can
specify
a program or a compiled C code to be run before, after or instead of
a specific event.




pgsql-hackers-pitr by date:

Previous
From: raymond.siebert@mobilcom.de
Date:
Subject: Re: Archival API
Next
From: "Simon Riggs"
Date:
Subject: Re: Archival API