Notes on PostgreSQL
create table some_table( some_column int ); comment on table some_table is 'some table comment'; comment on column some_table.some_column is 'some column comment';