Re: [SQL] Returning records from a function

2003-02-06 Thread Lex Berezhny
Hi John, It is in the documentation ;-) http://developer.postgresql.org/docs/postgres/plpgsql-control-structures.html Also, this tutorial might be helpful: http://techdocs.postgresql.org/guides/SetReturningFunctions good luck, - lex On Sun, 2003-02-02 at 02:20, John C wrote: > I've sp

[SQL] pg_views

2003-02-03 Thread Lex Berezhny
al is to take a view name as input and output the tables and columns composing the view. thanks in advance, - lex -- Lex Berezhny <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an ap

[SQL] TEMP tables

2003-02-02 Thread Lex Berezhny
hem, they panic?) Just thoughts. Honestly, I have no clue :-) Which is why I am asking :-) What are the recommendations or solutions on using temporary tables inside functions on a per call basis? thanks a lot, - lex -- Lex Berezhny <[EMAIL PROTECTED]> ---