関数特性
言語: PLPGSQL
戻り値: text
begin return '' || slonyVersionMajor() || '.' || slonyVersionMinor() || '.' || slonyVersionPatchlevel(); end;