github.com/jackc/pgx/v5/pgproto3.ErrorResponse.ColumnName (field)
7 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
error_response.go#L22: ColumnName string
error_response.go#L87: dst.ColumnName = v
error_response.go#L180: if src.ColumnName != "" {
error_response.go#L182: dst = append(dst, src.ColumnName...)
error_response.go#L260: ColumnName: src.ColumnName,
error_response.go#L316: dst.ColumnName = msg.ColumnName
github.com/jackc/pgx/v5/pgconn
pgconn.go#L1021: ColumnName: string(msg.ColumnName),
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)