Skip to content

Commit

Permalink
enable autovacuum parameters on dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Oct 10, 2022
1 parent 9b55a8c commit b338f43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PostgreSQL",
"version": "0.1.26",
"versionDate": "2022-07-29",
"version": "0.1.27",
"versionDate": "2022-10-10",
"author": "hackolade",
"engines": {
"hackolade": "6.1.2",
Expand Down
12 changes: 10 additions & 2 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ making sure that you maintain a proper JSON format.
"propertyType": "text"
},
{
"propertyName": "With storage parameters",
"propertyName": "Storage parameters",
"propertyKeyword": "storage_parameter",
"propertyType": "block",
"propertyTooltip": "For each individual table you create, you can set some table options. ",
Expand Down Expand Up @@ -273,10 +273,14 @@ making sure that you maintain a proper JSON format.
"defaultValue": false
},
{
"propertyName": "Autovacuum parameters",
"propertyName": "Autovacuum params",
"propertyKeyword": "autovacuum",
"propertyType": "block",
"propertyTooltip": "Vacuum parameters",
"dependency": {
"key": "autovacuum_enabled",
"value": true
},
"structure": [
{
"propertyName": "Vacuum index cleanup",
Expand Down Expand Up @@ -436,6 +440,10 @@ making sure that you maintain a proper JSON format.
"propertyKeyword": "toast",
"propertyType": "block",
"propertyTooltip": "Toast parameters",
"dependency": {
"key": "toast_autovacuum_enabled",
"value": true
},
"structure": [
{
"propertyName": "Toast tuple target",
Expand Down

0 comments on commit b338f43

Please sign in to comment.