ARCHIVES
Eon Mode only
Lists information about In-DB restore points archives.
| Column Name | Column Type | Description | 
|---|---|---|
| NAME | VARCHAR | Archive name. | 
| LIMIT_COUNT | INT | Maximum number of restore points stored in the archive. | 
| OWNER | VARCHAR | Owner of the archive. | 
| OBJECT_INCLUSION_RULES | VARCHAR | Currently, only database-level restore points are supported, so this column is always empty. | 
| DATA_INCLUSION RULES | VARCHAR | Currently, only database-level restore points are supported, so this column is always empty. | 
Examples
List all archives and their attributes:
=> select * from archives;
 name | limit_count | owner | object_inclusion_rules | data_inclusion_rules
------+-------------+-------+------------------------+----------------------
 eon  | 10          | luis  |                        |
(1 row)