type github.com/jackc/pgtype.UntypedTextRange

3 uses

	github.com/jackc/pgtype (current package)
		range.go#L22: type UntypedTextRange struct {
		range.go#L29: func ParseUntypedTextRange(src string) (*UntypedTextRange, error) {
		range.go#L30: 	utr := &UntypedTextRange{}