how to edit the name of the column in pgadmin 4 code example Example: psql filed name alter ALTER TABLE table_name RENAME column_name TO new_column_name;