On Mon, Dec 22, 2003 at 09:10:43 -0800,
Michael Gill <mydba@usa.com> wrote:
> 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.
Don't give them any direct access to the tables and use a security definer
function to give them indirect access.