[HACKERS] PL/pgSQL question

2002-09-19 Thread Michael Meskes
Hi, is a pl/pgSQL function completely parsed once? Or is only the next statement parsed as with many interpreters? If it's the latter it would mean one has to run each branch just to see if the syntax is correct. Is that true? Michael -- Michael Meskes [EMAIL PROTECTED] Go SF 49ers! Go Rhein

Re: [HACKERS] PL/pgSQL question

2002-09-19 Thread Michael Paesold
Michael Meskes wrote: Hi, is a pl/pgSQL function completely parsed once? Or is only the next statement parsed as with many interpreters? If it's the latter it would mean one has to run each branch just to see if the syntax is correct. Is that true? Michael If the docs are true, than

Re: [HACKERS] PL/pgSQL question

2002-09-19 Thread Jan Wieck
Michael Paesold wrote: Michael Meskes wrote: Hi, is a pl/pgSQL function completely parsed once? Or is only the next statement parsed as with many interpreters? If it's the latter it would mean one has to run each branch just to see if the syntax is correct. Is that true?