Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg_perishable

An extension for auto-removal of the table data. The worker is auto-started; it survives:

  • restarts
  • crashes (provided that the Postgres process is rerstarted by the likes of supervisor)
  • redeploys (shared_preload_libraries must be preserved in your deployment config)
  • and b0mb!ng of the data-center

One time set up is required; no manual start_worker() call is.

Installation

download a release:

curl -LO {...}/releases/download/{ver}/{rels_name}.tar.gz

unpack it:

tar -xzf {rels_name}.tar.gz
cd {rels_name}

install it:

sudo make install

Finish by following the post-installation instructions that'll be printed.

About

Postgresql extention for auto-removal and redaction of the table data

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages