Re: [ADMIN] plpgsql language differences betw 7.4 and 8.0

2010-09-03 Thread Tom Lane
Ralph Smith writes: > I'm stuck using v7.4 and more than once I've come across examples that > just don't work here. > e.g.: CREATE or ...FUNCTION AS $mydelim$ > $mydelim$ doesn't work but plain old apostrophe does. > Now it looks like ELSIF is different. > Is there a location where

[ADMIN] plpgsql language differences betw 7.4 and 8.0

2010-09-03 Thread Ralph Smith
Hi, I'm stuck using v7.4 and more than once I've come across examples that just don't work here. e.g.: CREATE or ...FUNCTION AS $mydelim$ $mydelim$ doesn't work but plain old apostrophe does. Now it looks like ELSIF is different. Is there a location where I can find these changes? (