PostgreSQL: Change a Column Name
Here's an example of renaming a column in PostgreSQL:
alter table users rename column registered_at to created_at;
Previous
How to Add a Default ValueFrom PostgreSQL query to chart to Slack in seconds
Get to answers faster, together, with PopSQL and PostgreSQL