@@ -38,7 +38,7 @@ help to handle scheduler configuration.
38
38
* **schedule.database** - text, list of database names on which scheduler
39
39
is enabled. Database names should be separated by comma.
40
40
Default value: empty string.
41
- * ** schedule.scheme ** - text, the` scheme ` name where scheduler store its
41
+ * ** schedule.schema ** - text, the` schema ` name where scheduler store its
42
42
tables and functions. To change this value restart required. Normally
43
43
you should not change this variable but it could be useful if you
44
44
want run scheduled jobs on hot-standby database. So you can define
@@ -114,7 +114,7 @@ where:
114
114
115
115
##SQL Scheme
116
116
117
- The extension uses SQLscheme ` schedule ` to store its internal tables and
117
+ The extension uses SQLschema ` schedule ` to store its internal tables and
118
118
functions. Direct access to tables is forbidden. All manipulations should
119
119
be performed by means of functions defined by extension.
120
120