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 |
Click to show internal directories.
Click to hide internal directories.