Given an undirected n-node unweighted graph G = (V, E), a spanner with stretch function f(.) is a subgraph H subseteq G such that, if two nodes are at distance d in G, then they are at distance at most f(d) in H. Spanners are very well studied in the literature. The typical goal is to construct the sparsest possible spanner for a given stretch function. In this paper we study pairwise spanners, where we require to approximate the u-v distance only for pairs (u,v) in a given set P subseteq V x V. Such P-spanners were studied before [Coppersmith,Elkin\u2705] only in the special case that f(.) is the identity function, i.e. distances between relevant pairs must be preserved exactly (a.k.a. pairwise preservers). Here we present pairwise spa...