How to Rename a Table in PostgreSQL
alter table events rename to events_backup;
Previous
How to Drop a TableFrom PostgreSQL query to chart to Slack in seconds
Get to answers faster, together, with PopSQL and PostgreSQL
alter table events rename to events_backup;
Previous
How to Drop a Table