Skip to content

Commit b338f43

Browse files
committed
enable autovacuum parameters on dependency
1 parent 9b55a8c commit b338f43

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PostgreSQL",
3-
"version": "0.1.26",
4-
"versionDate": "2022-07-29",
3+
"version": "0.1.27",
4+
"versionDate": "2022-10-10",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "6.1.2",

properties_pane/entity_level/entityLevelConfig.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ making sure that you maintain a proper JSON format.
241241
"propertyType": "text"
242242
},
243243
{
244-
"propertyName": "With storage parameters",
244+
"propertyName": "Storage parameters",
245245
"propertyKeyword": "storage_parameter",
246246
"propertyType": "block",
247247
"propertyTooltip": "For each individual table you create, you can set some table options. ",
@@ -273,10 +273,14 @@ making sure that you maintain a proper JSON format.
273273
"defaultValue": false
274274
},
275275
{
276-
"propertyName": "Autovacuum parameters",
276+
"propertyName": "Autovacuum params",
277277
"propertyKeyword": "autovacuum",
278278
"propertyType": "block",
279279
"propertyTooltip": "Vacuum parameters",
280+
"dependency": {
281+
"key": "autovacuum_enabled",
282+
"value": true
283+
},
280284
"structure": [
281285
{
282286
"propertyName": "Vacuum index cleanup",
@@ -436,6 +440,10 @@ making sure that you maintain a proper JSON format.
436440
"propertyKeyword": "toast",
437441
"propertyType": "block",
438442
"propertyTooltip": "Toast parameters",
443+
"dependency": {
444+
"key": "toast_autovacuum_enabled",
445+
"value": true
446+
},
439447
"structure": [
440448
{
441449
"propertyName": "Toast tuple target",

0 commit comments

Comments
 (0)