Skip to main content

Module postgres_oracle

Module postgres_oracle 

Source
Expand description

A timestamp oracle backed by “Postgres” for persistence/durability and where all oracle operations are self-sufficiently linearized, without requiring any external precautions/machinery.

Structs§

DynamicConfig
Part of PostgresTimestampOracleConfig that can be dynamically updated.
PostgresTimestampOracle
A TimestampOracle backed by “Postgres”.
PostgresTimestampOracleConfig
Configuration to connect to a Postgres-backed implementation of TimestampOracle.
TimestampOracleParameters
Updates to values in PostgresTimestampOracleConfig.

Constants§

CRDB_CONFIGURE_ZONE 🔒
CRDB_SCHEMA_OPTIONS 🔒
INFO_MIN_ATTEMPTS
SCHEMA 🔒

Functions§

pg_batch_execute 🔒
NOTE: mz-timestamp-oracle currently keeps its Postgres surface local; it does not use mz-postgres-util wrappers.
pg_execute_prepared 🔒
pg_query_one_prepared 🔒
pg_txn_query_one_prepared 🔒
pg_txn_query_prepared 🔒
retry_fallible