How can I hide all details from users regarding data and structure,limiting access to data through functions I create?
I don't want a user to be able to see the structure of a table with \d{tablename} in psql.
TIA