github.com/jackc/pgx/v5/pgproto3.FieldDescription.Name (field)

7 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		row_description.go#L19: 	Name                 []byte
		row_description.go#L39: 		Name:                 string(fd.Name),
		row_description.go#L74: 		fd.Name = src[rp : rp+idx]
		row_description.go#L111: 		dst = append(dst, fd.Name...)
		row_description.go#L155: 			Name:                 []byte(field.Name),
		trace.go#L342: 			fmt.Fprintf(t.buf, ` %s %d %d %d %d %d %d`, traceDoubleQuotedString(fd.Name), fd.TableOID, fd.TableAttributeNumber, fd.DataTypeOID, fd.DataTypeSize, fd.TypeModifier, fd.Format)

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L874: 		dst[i].Name = string(rd.Fields[i].Name)