Module mz_timestamp_oracle::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§
- Part of
PostgresTimestampOracleConfig
that can be dynamically updated. - A
TimestampOracle
backed by “Postgres”. - Configuration to connect to a Postgres-backed implementation of
TimestampOracle
. - Updates to values in
PostgresTimestampOracleConfig
.
Constants§
- SCHEMA 🔒