Changes between Version 2 and Version 3 of Documentation/Community/HowTo/ManuallyPurgeLogs
- Timestamp:
- 08/09/10 13:30:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Community/HowTo/ManuallyPurgeLogs
v2 v3 12 12 }}} 13 13 14 In the postgres shell you could see the existent tables with the command `/dt` and you could use normally the DELETE SQL sentenceto purge the data.14 In the postgres shell you could see the existent tables with the command `/dt` and you could use normally DELETE or TRUNCATE SQL sentences to purge the data. 15 15 16 16 DON'T remove data from the tables 'consolidation' and 'report consolidation' as they store the last consolidation date and if they are empty the next consolidation will be done since the beginning.