Is there a way to check PostgreSQL database(s) integrity and consistency? I know about SQL Server DBCC CHECKDB and wonder if there is something similar to PostgreSQL.
|
| |||||||
feedback
|
|
What do you really want to achieve? The database itself guarantees its integrity. You do not need tools to fiddle with. | |||||||
feedback
|
|
exist a tool named pgcheck that check integrity of data files : | |||||
|
feedback
|