In postgres-sql,
Can we do a dependent tables restore when i restore one table? (dependent tables means tables which are linked (foreign key references))
Can I get the dependent triggers of a table when i restore a table?
Can I get the dependent functions of the trigger when i restore the trigger?
Thanks
Srikanth