| От | Tom Lane |
|---|---|
| Тема | Re: create table permissions bug for 7.3.2 |
| Дата | |
| Msg-id | 4817.1047568537@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | create table permissions bug for 7.3.2 (Evgeny Duzhakow <diabolo@philol.msu.ru>) |
| Список | pgsql-bugs |
Evgeny Duzhakow <diabolo@philol.msu.ru> writes: > Now connect and try to create the table: > testtables=# \c - fake > You are now connected as new user fake. > testtables=> create table qq(i int); > CREATE TABLE Sure. You need to revoke CREATE access on the public schema (not the same thing as the database) if you don't want user fake to create tables in it. Or possibly you could remove the public schema altogether. See the discussion of common usage patterns in the User's Guide chapter about schemas. http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/ddl-schemas.html regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера