soltar coluna do banco de dados local Postgres pgadmin

alter table <table_name> drop column <column_name>;
MitchAloha