I want to know the way how postgresql manage columns of table.
Say for e.g
I have created one table that contains 2 fields, so how postgresql manage these columns, table? In how many tables postgresql create entry for a single column ?
I would like to know the structure how the postgresql manage table and it's fields.
I only about pg_attribute table.
It would be good if anyone can share useful links.
Any help would be really appriciated.