On Sun, Nov 20, 2005 at 08:34:39PM -0500, Tom Lane wrote: > Michael Fuhr <[EMAIL PROTECTED]> writes: > > Here's a simplified client program (the original has > > error checking but I've stripped it out for brevity; this simplified > > version behaves the same way): > > I get the same results for all three after fixing the subscripting > mistake: > > - values[1] = "Fairview"; > + values[0] = "Fairview"; > > Is your original program making the same mistake?
[Smacks forehead.] Argh, that's what I get for thinking in one language while coding in another :-( Yeah, that's the problem; sorry for the noise. -- Michael Fuhr ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend