Re: [GENERAL] How to hide database structure

2003-12-23 Thread Bruno Wolff III
On Tue, Dec 23, 2003 at 22:04:56 -0600, Bruno Wolff III <[EMAIL PROTECTED]> wrote: > 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?

Re: [GENERAL] How to hide database structure

2003-12-23 Thread Bruno Wolff III
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

[GENERAL] How to hide database structure

2003-12-22 Thread Michael Gill
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 ---(end of broadcast)--- TIP 5: