1.109.  slonyversionminor( )

Function Properties
Language: PLPGSQL
Return Type: integer

Returns the minor version number of the slony schema

begin
	return 2;
end;