Hi
My biggest bugbear with Postgresql is the double quoting when writing
functions. Has anyone suggested a possible syntax such as :-
create or replace function sp_AddContact(varchar)
returns integer from '<filename>' LANGUAGE 'plpgsql';
This would remove the issue with parsing for begin...ends (or whatever the
language was using)
Just a thought
Kieran