postgres/

directory
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2026 License: Apache-2.0

Directories

Path Synopsis
Package password classifies the value stored in pg_authid.rolpassword the same way PostgreSQL does, so that callers can decide whether a proposed password is already encoded or still in plaintext.
Package password classifies the value stored in pg_authid.rolpassword the same way PostgreSQL does, so that callers can decide whether a proposed password is already encoded or still in plaintext.
Package pgconfig contains a Go interface for the "pg_config" utility
Package pgconfig contains a Go interface for the "pg_config" utility
Package scram generates and verifies SCRAM-SHA-256 password hashes in the form PostgreSQL stores them in pg_authid.rolpassword, namely "SCRAM-SHA-256$<iter>:<salt>$<StoredKey>:<ServerKey>".
Package scram generates and verifies SCRAM-SHA-256 password hashes in the form PostgreSQL stores them in pg_authid.rolpassword, namely "SCRAM-SHA-256$<iter>:<salt>$<StoredKey>:<ServerKey>".
Package time contains some useful functions to manage timestamps in the same representation that PostgreSQL uses.
Package time contains some useful functions to manage timestamps in the same representation that PostgreSQL uses.
Package version contains a PostgreSQL image version parser with the corresponding data type and operations on it
Package version contains a PostgreSQL image version parser with the corresponding data type and operations on it

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL