Returns the version number of the slony schema
begin return '' || slonyVersionMajor() || '.' || slonyVersionMinor() || '.' || slonyVersionPatchlevel(); end;