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