Incorrect REVOKE command in docs

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Incorrect REVOKE command in docs
Дата
Msg-id 20030804131118.GB12198@ns.snowman.net
обсуждение исходный текст
Ответы Re: Incorrect REVOKE command in docs  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-docs
Greetings,

  The 'REVOKE' command given in section 2.8.4 under Chapter 2. "Data
  Definition" is not correct.  The command should be:

  REVOKE CREATE ON SCHEMA public FROM PUBLIC;

  Note that 'SCHEMA' is missing.  This is at least on the web page:
  http://www.postgresql.org/docs/7.3/static/ddl-schemas.html
  under the 7.3 docs.

  If I should have sent this to -bugs let me know.

      Stephen

Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Dennis Björklund
Дата:
Сообщение: truth table missing values
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Incorrect REVOKE command in docs