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