How to Rename a Column in PostgreSQL

Here's an example of renaming a column in PostgreSQL:

alter table users rename column registered_at to created_at;
Cta
Real-time SQL collaboration is here
Get started with PopSQL and PostgreSQL in minutes