/*
 * a more complex complex object -- returns a set
 */

define function residents ( language = "postquel",
			    returntype = setof person )
    arg is (city)
    as  "retrieve (p.all) from p in person*
	 where p.location ---> $1.location"
\g
