Hello,
I’ve noticed that whenever I create a table, the DBMS is adding an OID column without my consent. I’ve also read that this behaviour can be modified (disabled) by setting the default_with_oid (to false, I suppose).
What is the OID column for? How (and where) can I find (and disable) the default_with_oid flag?
Then, a less important question for pgAdmin3 users: is it possible to manage (select / insert / update / delete) the system’s tables with this tool?
Regards,
Freddy.