Skip to content

Commit

Permalink
Upload for PostgreSQL 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Oct 31, 2019
1 parent 83b05b6 commit f341234
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
postgresql-periods (1.0-2) unstable; urgency=medium

* Upload for PostgreSQL 12.

-- Christoph Berg <[email protected]> Thu, 31 Oct 2019 12:59:23 +0100

postgresql-periods (1.0-1) unstable; urgency=medium

* New upstream version.
Expand Down
5 changes: 2 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ Vcs-Browser: https://github.com/xocolatl/periods
Vcs-Git: https://github.com/xocolatl/periods.git
Homepage: https://github.com/xocolatl/periods

Package: postgresql-11-periods
Package: postgresql-12-periods
Architecture: any
Depends: postgresql-11, ${misc:Depends}, ${shlibs:Depends}
Depends: postgresql-12, ${misc:Depends}, ${shlibs:Depends}
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
This extension attempts to recreate the behavior defined in SQL:2016
(originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
idea is to figure out all the rules that PostgreSQL would like to adopt (there
are some details missing in the standard) and to allow earlier versions of
PostgreSQL to simulate the behavior once the feature is finally integrated.

0 comments on commit f341234

Please sign in to comment.