1.110.  slonyversionpatchlevel( )

Function Properties
Language: PLPGSQL
Return Type: integer

Returns the version patch level of the slony schema

begin
	return 0;
end;