This is a discussion on info from prepared plan? within the pgsql Hackers forums, part of the PostgreSQL category; --> Hello, is possible take names and types of returned columns of prepared plan? I need it, for implementation ANSI ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |