Skip to content
Snippets Groups Projects
Commit b3ac13fb authored by Torsten's avatar Torsten
Browse files

databases/pg_cron: New port

  pg_cron is a simple cron-based job scheduler for PostgreSQL (10 or higher) that
  runs inside the database as an extension. It uses the same syntax as regular
  cron, but it allows you to schedule PostgreSQL commands directly from the
  database.

Sponsored by:	Bounce Commerce
parent f4a07165
No related branches found
No related tags found
No related merge requests found
......@@ -550,6 +550,7 @@
SUBDIR += pgFormatter
SUBDIR += pg_activity
SUBDIR += pg_citus
SUBDIR += pg_cron
SUBDIR += pg_dirtyread
SUBDIR += pg_ed25519
SUBDIR += pg_filedump
......
PORTNAME= pg_cron
PORTVERSION= 1.6.4
DISTVERSIONPREFIX= v
CATEGORIES= databases
MAINTAINER= tz@FreeBSD.org
COMMENT= Cron-based job scheduler for PostgreSQL that runs inside the database
WWW= https://github.com/citusdata/pg_cron
LICENSE= PostgreSQL
USES= gmake pgsql:10+
WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= citusdata
INSTALL_TARGET= install-strip
MAKE_ARGS= INSTALL="${INSTALL} -c"
.include <bsd.port.mk>
TIMESTAMP = 1730153844
SHA256 (citusdata-pg_cron-v1.6.4_GH0.tar.gz) = 52d1850ee7beb85a4cb7185731ef4e5a90d1de216709d8988324b0d02e76af61
SIZE (citusdata-pg_cron-v1.6.4_GH0.tar.gz) = 55141
pg_cron is a simple cron-based job scheduler for PostgreSQL (10 or higher) that
runs inside the database as an extension. It uses the same syntax as regular
cron, but it allows you to schedule PostgreSQL commands directly from the
database. You can also use '[1-59] seconds' to schedule a job based on an
interval.
lib/postgresql/pg_cron.so
share/postgresql/extension/pg_cron--1.0--1.1.sql
share/postgresql/extension/pg_cron--1.0.sql
share/postgresql/extension/pg_cron--1.1--1.2.sql
share/postgresql/extension/pg_cron--1.2--1.3.sql
share/postgresql/extension/pg_cron--1.3--1.4.sql
share/postgresql/extension/pg_cron--1.4--1.4-1.sql
share/postgresql/extension/pg_cron--1.4-1--1.5.sql
share/postgresql/extension/pg_cron--1.5--1.6.sql
share/postgresql/extension/pg_cron.control
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment