File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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 SQL scheme ` schedule ` to store its internal tables and
117
+ The extension uses SQL schema ` 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
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pgpro_scheduler это расширение PostgreSQL и не требует н
41
41
* **schedule.database** - строковая переменная, указывает с какими базам может
42
42
работать планировщик. Что бы указать несколько баз, нужно перечислить их
43
43
имена через запятую. По умолчанию - пустая строка.
44
- * ** schedule.scheme ** - строковая переменная, указывает в какой ` scheme `
44
+ * ** schedule.schema ** - строковая переменная, указывает в какой ` schema `
45
45
находятся служебные таблицы планировщика. Для изменения требуется
46
46
перезагрузка. Обычно ее не надо менять. Может использоваться для работы
47
47
на реплике, если используется foreign data wrapper. По умолчанию -
You can’t perform that action at this time.
0 commit comments