Hi, On Thursday 23 November 2006 02:21, novnov wrote: | pgAdmin III is quite a nice tool but one thing I can't figure out is what | the difference is between what pgAdmin calls a function and what it calls a | procedure.
As of PostgreSQL-8.1 function arguments can be declared IN (default), OUT or INOUT (cf. "CREATE FUNCTION"). If I understand it right, pgAdmin puts a function into its "Procedures" section, if it has at least one OUT parameter. Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> ---- http://rp-online.de/ ---- ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match