Hello friends;
I need to give somebody the permission to access somewhere in the system.
That permission can be through the group or user, but I has found problems
with using of inherits. What is the good solution to this situation? It would be
better to remove all FK and PK, and use other ways? how can I do it?
CREATE TABLE identify(
id_identify SERIAL PRIMARY KEY NOT NULL,
name TEXT...