Re: Created non-owner user cannot see database
От
Niklas Johansson
Тема
Re: Created non-owner user cannot see database
Дата
Msg-id
37B225F2-A340-4F84-8490-6B8609D66E4B@codecraft.se
Ответ на
Created non-owner user cannot see database (Daniel J. Summers)
Список
Дерево обсуждения
Created non-owner user cannot see database "Daniel J. Summers" <daniel@djs-consulting.com>
Re: Created non-owner user cannot see database Niklas Johansson <niklas@codecraft.se>
Re: Created non-owner user cannot see database Niklas Johansson <pgmailings@codecraft.se>
Re: Created non-owner user cannot see database "Daniel J. Summers" <daniel@djs-consulting.com>
Re: Created non-owner user cannot see database Niklas Johansson <pgmailings@codecraft.se>
On 20 jul 2008, at 04.47, Daniel J. Summers wrote: > grant usage on database custom_database to user_no_2; > > Now, none of these commands failed - they all came back with > "CREATE ROLE" (or the appropriate response). Are you sure? 'GRANT USAGE ON DATABASE...' is invalid syntax. You probably want 'GRANT CONNECT ON DATABASE...'. Sincerely, Niklas Johansson
В списке pgsql-admin по дате отправления