github.com/lib/pq.ErrorCode.Name (method)

2 uses

	github.com/lib/pq (current package)
		error.go#L53: func (ec ErrorCode) Name() string {

	github.com/golang-migrate/migrate/v4/database/postgres
		postgres.go#L290: 			if e.Code.Name() == "undefined_table" {