Port details |
- pg_incremental Incremental Data Processing in PostgreSQL
- 1.0.1 databases
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: tz@FreeBSD.org
 - Port Added: 2024-12-23 21:39:04
- Last Update: 2024-12-23 21:38:36
- Commit Hash: 2d2c756
- License: PostgreSQL
- WWW:
- https://github.com/CrunchyData/pg_incremental
- Description:
- pg_incremental is a simple extension that helps you do fast, reliable,
incremental batch processing in PostgreSQL.
With pg_incremental, you define a pipeline with a parameterized query. The
pipeline is executed for all existing data when created, and then periodically
executed. If there is new data, the query is executed with parameter values that
correspond to the new data. Depending on the type of pipeline, the parameters
could reflect a new range of sequence values, a new time range, or a new file.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pg_incremental>0:databases/pg_incremental
- To install the port:
- cd /usr/ports/databases/pg_incremental/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pg_incremental
- pkg install pg_incremental
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pg_incremental
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734989195
SHA256 (CrunchyData-pg_incremental-v1.0.1_GH0.tar.gz) = e3312c9a9bd9933637e73062c1bec7113372fcda68f40aebe94200e3b72be51c
SIZE (CrunchyData-pg_incremental-v1.0.1_GH0.tar.gz) = 17567
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- postgres : databases/postgresql16-server
- Runtime dependencies:
-
- pg_cron>=1.6.4 : databases/pg_cron
- postgres : databases/postgresql16-server
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_pg_incremental
- USES:
- gmake pgsql:10+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1 23 Dec 2024 21:38:36
    |
Torsten Zuehlsdorff (tz)  |
databases/pg_incremental: New Port
pg_incremental is a simple extension that helps you do fast, reliable,
incremental batch processing in PostgreSQL.
With pg_incremental, you define a pipeline with a parameterized query. The
pipeline is executed for all existing data when created, and then periodically
executed. If there is new data, the query is executed with parameter values
that
correspond to the new data. Depending on the type of pipeline, the parameters
could reflect a new range of sequence values, a new time range, or a new file.
Sponsored by: P. Variablis GmbH |
Number of commits found: 1
|