How to Install and Uninstall postgresql13-pg_cron Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "postgresql13-pg_cron" package
In this section, we are going to explain the necessary steps to install postgresql13-pg_cron on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
postgresql13-pg_cron
Copied
2. Uninstall "postgresql13-pg_cron" package
Please follow the guidelines below to uninstall postgresql13-pg_cron on openSuSE Tumbleweed:
$
sudo zypper remove
postgresql13-pg_cron
Copied
3. Information about the postgresql13-pg_cron package on openSuSE Tumbleweed
Information for package postgresql13-pg_cron:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql13-pg_cron
Version : 1.5.2-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 208.8 KiB
Installed : No
Status : not installed
Source package : postgresql13-pg_cron-1.5.2-1.7.src
Upstream URL : https://github.com/citusdata/pg_cron
Summary : PostgreSQL module for simple job schedule
Description :
pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 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.
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql13-pg_cron
Version : 1.5.2-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 208.8 KiB
Installed : No
Status : not installed
Source package : postgresql13-pg_cron-1.5.2-1.7.src
Upstream URL : https://github.com/citusdata/pg_cron
Summary : PostgreSQL module for simple job schedule
Description :
pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 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.