a sentence in sepgsql.sgml says 180-degree opposite
Kohei KaiGai <kaigai@kaigai.gr.jp>
From: Kohei KaiGai <kaigai@kaigai.gr.jp>
To: PgHacker <pgsql-hackers@postgresql.org>
Date: 2012-09-09T17:06:07Z
Lists: pgsql-hackers
Attachments
- pgsql-v9.2-sepgsql-document-fixup.patch (application/octet-stream) patch v9
I noticed a sentence in sepgsql says 180-degree opposite at: When <literal>DROP</> command is executed, <literal>drop</> will be checked on the object being removed for each object types. Permissions "will not be" checked for objects dropped indirectly via <literal>CASCADE</>. This should be "will also be", as our implementation doing. I'm not sure why I described such a wrong stuff. Anyway, the attached patch will fix it. Thanks, -- KaiGai Kohei <kaigai@kaigai.gr.jp>