Skip to content

waveform-computing/oliphant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oliphant

This package provides a set of extensions for PostgreSQL 9.x (or above). The following extensions are currently included:

  • assert - A set of routines for asserting the truth of various things (equality or inequality of values, existence of tables and columns, etc.); useful for building test suites.
  • auth - A set of routines for bulk manipulation of authorizations including copying all authorizations from one user to another, and transferring all authorizations from one table to another.
  • history - A set of routines for simplifying the creation of temporal tables; tables that track the state of another table via a series of triggers on the base table.
  • merge - Routines for bulk transfer of data between similarly structured tables or views.

Links

About

A set of extensions for PostgreSQL including temporal features

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published