Hello,

is possible take names and types of returned columns of prepared plan? I need it, for implementation ANSI SQL FOR statement. Descr:

FOR SELECT a,b,c FROM Foo DO
 PRINT a,b,c;  -- inside stmt body a,b,c are local variables
END LOOP;

I have to get this list in compile time.

Any ideas?

Thank You
Pavel Stehule

_________________________________________________________________
Emotikony a pozadi programu MSN Messenger ozivi vasi konverzaci. http://messenger.msn.cz/


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org

Reply via email to