Mike Nolan <[EMAIL PROTECTED]> writes: > This doesn't work: > select myfunc(1,2)[1];
> This does work: > select (myfunc(1,2)[1]; I suppose you meant select (myfunc(1,2))[1]; > If that's how it's supposed to work, is that documented somewhere? http://developer.postgresql.org/docs/postgres/sql-expressions.html#AEN1593 regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org