Use the Comment on ... syntax e.g.
comment on table my_table is 'this is a useful comment';
or
comment on column my_table.my_column is 'this contains some information' ...
look at the full comment on syntax
rgdsDidier