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

7 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		row_description.go#L25: 	Format               int16
		row_description.go#L45: 		Format:               fd.Format,
		row_description.go#L93: 		fd.Format = int16(binary.BigEndian.Uint16(src[rp:]))
		row_description.go#L119: 		dst = pgio.AppendInt16(dst, fd.Format)
		row_description.go#L161: 			Format:               field.Format,
		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#L880: 		dst[i].Format = rd.Fields[i].Format