[DOCS] Doc patch: Porting from Oracle (36.11) OUT INOUT parameters in plpgsql functions

2005-12-16 Thread Tony S
I hope this is the correct place to comment on this.  Got major
confusion when I was plowing in to using the new OUT and INOUT
parameters for plpgsql functions.  They are seriously different from the
Oracle notion.  (Oracle's are pass by reference; Postgres more of a
result set column definition)

-tony

---(end of broadcast)---
TIP 6: explain analyze is your friend


[DOCS] Pl/pgSQL documentation

2005-12-16 Thread Luiz K. Matsumura

Hi all

I want to sugest to add a session in Pl/pgSQL documentation:
a "command reference" like the SQL commands reference with brief 
description of the sintax and a link to the

proper location in atual document section for a detailed behavior.

It's because sometimes are hard to find the desired information in the 
doc and seems to be more natural
see what commands are avaiable to reseach when we are working over a 
program and we have doubts

about what to use.

Thanks in advance

Luiz Matsumura


---(end of broadcast)---
TIP 6: explain analyze is your friend