Module postgres

Source
Available on crate feature backend-postgres only.

Structs§

Extension
Creates a new “CREATE or DROP EXTENSION” statement for PostgreSQL
ExtensionCreateStatement
Creates a new “CREATE EXTENSION” statement for PostgreSQL
ExtensionDropStatement
Creates a new “DROP EXTENSION” statement for PostgreSQL
PgFunc
Function call helper.
PgLTree
PostgreSQL ltree extension type.
TableSample
Type
Helper for constructing any type statement
TypeAlterStatement
TypeCreateStatement
TypeDropStatement

Enums§

PgBinOper
Postgres-specific binary operators.
PgFunction
Known Postgres-specific functions.
SampleMethod
TypeAlterAddOpt
TypeAlterOpt
TypeAs
TypeDropOpt
TypeRef

Traits§

ExtensionBuilder
IntoTypeRef
PgExpr
Postgres-specific operator methods for building expressions.
PostgresSelectStatementExt
TypeBuilder