Eric Abrahamsen writes: [...] > I'm getting to it! I just need to find a moment to sit down and set up > some dummy data and test the various possible configurations. It > shouldn't be to hard to unilaterally force prefixed group names where > that's needed, and force unprefixed names elsewhere, I just need to > find the time. I'd like to get this fixed once and for all. Okay, I think I've finally got it. The incoming group names are indeed prefixed or not depending on whether the server is primary or not (arguably this should be fixed to always unprefixed in nnselect, but I'll worry about that later), so this patch enforces unprefixed group names within the function body, and prefixed group names in the return value. Please give it a shot! Eric