Online Documentation for SQL Manager for PostgreSQL

Table Services


SQL Manager for PostgreSQL provides a number of powerful tools that allow you to perform various operations over your tables.

The following table services are available in SQL Manager for PostgreSQL:

 

Analyze & Vacuum Table

Collects statistics about the contents of tables in the database.

 

Cluster Table

Allows you to cluster a table on its indexes (with PostgreSQL routines used).

 

Truncate Table

Allows you to truncate a table, i.e. delete all records from the table.

 

Reindex Table

Allows you to rebuild corrupted indexes.