Crate mz_postgres_util
source ·Expand description
PostgreSQL utility library.
Re-exports
pub use replication::available_replication_slots;
pub use replication::drop_replication_slots;
pub use replication::get_max_wal_senders;
pub use replication::get_wal_level;
pub use schemas::get_schemas;
pub use schemas::publication_info;
pub use tunnel::Config;
pub use tunnel::TcpTimeoutConfig;
pub use tunnel::TunnelConfig;
pub use tunnel::DEFAULT_CONNECT_TIMEOUT;
pub use tunnel::DEFAULT_KEEPALIVE_IDLE;
pub use tunnel::DEFAULT_KEEPALIVE_INTERVAL;
pub use tunnel::DEFAULT_KEEPALIVE_RETRIES;
pub use tunnel::DEFAULT_SNAPSHOT_STATEMENT_TIMEOUT;
pub use tunnel::DEFAULT_TCP_USER_TIMEOUT;
Modules
- Descriptions of PostgreSQL objects.
Enums
- An error representing pg, ssh, ssl, and other failures.