select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Utilities

pg_retry

Retry SQL statements on transient errors with exponential backoff

pgext.cloud · Source code · License text · Control file · PGXN

Overview

Packagepg_retry
Version1.0.0
PostgreSQL versions17 · 18
RepositoryPIGSTY
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars3
Latest commit2025-11-16
Catalogue updated2026-08-30

Related extensions

See also

pg_taskexecute any sql command at any specific time at background
pg_durableSQL-native durable orchestrations for PostgreSQL
pg_backgroundRun SQL queries in the background
pglockLightweight distributed lock service inside PostgreSQL
pg_laterRun queries now and get results later
pg_dispatchAsynchronous SQL dispatcher built on pg_cron
pgmqA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
ulakTransactional Outbox extension for PostgreSQL with reliable asynchronous delivery
omni_workerGeneralized worker pool
pg_cronJob scheduler for PostgreSQL