On Mon, Dec 22, 2003 at 09:10:43 -0800,
  Michael Gill <[EMAIL PROTECTED]> 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.

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to