How to hide database structure

From: mydba(at)usa(dot)com (Michael Gill)
To: pgsql-general(at)postgresql(dot)org
Subject: How to hide database structure
Date: 2003-12-22 17:10:43
Message-ID: fb510dcd.0312220910.3af83879@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2003-12-22 17:31:55 Re: PostgreSQL speakers needed for OSCON 2004
Previous Message Tom Lane 2003-12-22 17:06:43 Re: FEATURE REQUEST: let arrays support null values.