[EMAIL PROTECTED] writes: > I've been unable to come up with the counterpart to select the > keywords and populate an array that I can return..
I think you want something along the lines of kwlist := array(select keyword from keywords where ...); regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match