module documentation

Undocumented

Class Insert PostgreSQL-specific implementation of INSERT.
Class OnConflictClause Undocumented
Class OnConflictDoNothing Undocumented
Class OnConflictDoUpdate Undocumented
Function insert Construct a PostgreSQL-specific variant :class:`_postgresql.Insert` construct.
def insert(table): (source)

Construct a PostgreSQL-specific variant :class:`_postgresql.Insert` construct. .. container:: inherited_member The :func:`sqlalchemy.dialects.postgresql.insert` function creates a :class:`sqlalchemy.dialects.postgresql.Insert`. This class is based on the dialect-agnostic :class:`_sql.Insert` construct which may be constructed using the :func:`_sql.insert` function in SQLAlchemy Core. The :class:`_postgresql.Insert` construct includes additional methods :meth:`_postgresql.Insert.on_conflict_do_update`, :meth:`_postgresql.Insert.on_conflict_do_nothing`.