How to Rename a Table in PostgreSQL
alter table events rename to events_backup;
Previous
How to Truncate a TableReal-time SQL collaboration is here
Get started with PopSQL and PostgreSQL in minutes
alter table events rename to events_backup;
Previous
How to Truncate a Table