Changes between Version 1 and Version 2 of Ticket #2045, comment 13
- Timestamp:
- 04/29/21 18:06:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2045, comment 13
v1 v2 3 3 Please review this branch for this ticket. 4 4 5 The branch linked to below adds a new flag called **-Z** . When used, this flag will disable will prevent the generation of ANALYZE statements. The default behaviour, to run ANALYZE for each table, is preserved.5 The branch linked to below adds a new flag called **-Z** . When used, this flag will prevent the generation of ANALYZE statements. Without the **-Z** flag (default behaviour), the ANALYZE statements will be generated. 6 6 7 7 https://github.com/wsdookadr/postgis/tree/2045-analyze-z-flag