Open PGAdmin and connect to the database where you would like to remove all data from a certain table. Click the SQL (execute arbitrary SQL commands) button. Use the below syntax and all data will be removed.
truncate table table_name
Tags: database, delete, pgAdmin, postgres, PostgreSQL, table, truncate 























Entries (RSS)