Samples
Returns
| Name | Type | Description |
|---|---|---|
hypertable_schema | TEXT | Schema of the from the view |
hypertable_name | TEXT | Name of the from the view |
view_schema | TEXT | Schema for view |
view_name | TEXT | User supplied name for view |
view_owner | TEXT | Owner of the view |
materialized_only | BOOLEAN | Return only materialized data when querying the view |
compression_enabled | BOOLEAN | Is compression enabled for the view? |
materialization_hypertable_schema | TEXT | Schema of the underlying materialization table |
materialization_hypertable_name | TEXT | Name of the underlying materialization table |
view_definition | TEXT | SELECT query for view |
finalized | BOOLEAN | Whether the stores data in finalized or partial form. Since 2.7, the default is finalized. |