postgres table column drop code example Example: psql drop field ALTER TABLE table_name DROP COLUMN column_name;