Documentation
¶
Overview ¶
Package pgerror provides utilities for working with PostgreSQL errors.
Index ¶
Constants ¶
View Source
const ( // CodeUniqueViolation is the PostgreSQL error code for "unique_violation". CodeUniqueViolation = "23505" // CodeUndefinedTable is the PostgreSQL error code for "undefined_table". CodeUndefinedTable = "42P01" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.