| От | Bruno Wolff III |
|---|---|
| Тема | Re: I'd Like To See Permissions Granted |
| Дата | |
| Msg-id | 20050327155431.GD9280@wolff.to обсуждение исходный текст |
| Ответ на | I'd Like To See Permissions Granted ("Marubayashi, Roy (Mission Systems)" <Roy.Marubayashi@ngc.com>) |
| Список | pgsql-novice |
On Tue, Mar 22, 2005 at 16:06:59 -0800, "Marubayashi, Roy (Mission Systems)" <Roy.Marubayashi@ngc.com> wrote: > I'm just getting started using PostgreSQL and I was successfully able to create a table. I'd like to be able to look atwhat pemissions I've granted and see in the documentation that there is a view called usage_privileges but when I attemptto look at this table (i.e., select * from usage_privileges) I get, 'ERROR: relation "usage_privileges" does notexist'. What do I need to do in order to look at the contents of this view? The information_schema schema probably isn't in your search path. You can refer to the table by qualifying its name with the schema or changing your search path.
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера