Re: [GENERAL] Database owner can't select

2006-04-14 Thread Kevin Galligan
I think I was confusing owner of database and owner of each object.  I assumed if you owned the database you could do what you wanted with the tables in the database. Assumptions are bad. Thanks for the response.On 4/14/06, Tom Lane <[EMAIL PROTECTED]> wrote: "Kevin Galligan" <[EMAIL PROTECTED]>

Re: [GENERAL] Database owner can't select

2006-04-14 Thread Tom Lane
"Kevin Galligan" <[EMAIL PROTECTED]> writes: > set up and I can log in as that user. I've set the owner of the simple > database to that user with 'ALTER DATABASE [db] OWNER TO [user]', and this > user shows up as the owner with '\l+'. Yet, I can't do anything with the > database as that user. O