Skip to content

Commit

Permalink
remove quotes to test build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 7, 2023
1 parent 5e904f1 commit 76df337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/reference/resource-configs/postgres-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ models:
The Postgres adapter supports [materialized views](https://www.postgresql.org/docs/current/rules-materializedviews.html)
with the following configuration parameters:

| Parameter | Type | Required | Default | Change Monitoring Support |
|---------------------------|------------------|----------|---------|---------------------------|
| Parameter | Type | Required | Default | Change Monitoring Support |
|-------------------------|------------------|----------|---------|---------------------------|
| `on_configuration_change` | <string> | no | `apply` | n/a |
| [`indexes`](#indexes) | [{<dictionary>}] | no | `none` | alter |
| [indexes](#indexes) | [{<dictionary>}] | no | `none` | alter |

The `indexes` parameter corresponds to that of a table, as linked above.
It's worth noting that, unlike with tables, dbt will monitor this parameter for changes and apply the changes without dropping the materialized view.
Expand Down

0 comments on commit 76df337

Please sign in to comment.