Slony-I 2.2.0.rc1 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 8. Schema schemadoc | Fast Forward | Next |
Function Properties
Language: PLPGSQL
Return Type: text
Returns the version number of the slony schemabegin return slonyVersionMajor()::text || '.' || slonyVersionMinor()::text || '.' || slonyVersionPatchlevel()::text || '.rc1' ; end;