Christopher B. Browne's Home Page
cbbrowne@acm.org

8.110. slonyversion()

Function Properties

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

Google

If this was useful, let others know by an Affero rating

Contact me at cbbrowne@acm.org