type github.com/jackc/pgx/v5/pgtype.PathValuer

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		path.go#L18: type PathValuer interface {
		path.go#L79: 	if _, ok := value.(PathValuer); !ok {
		path.go#L96: 	path, err := value.(PathValuer).PathValue()
		path.go#L124: 	path, err := value.(PathValuer).PathValue()