a sentence in sepgsql.sgml says 180-degree opposite

From: Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>
To: PgHacker <pgsql-hackers(at)postgresql(dot)org>
Subject: a sentence in sepgsql.sgml says 180-degree opposite
Date: 2012-09-09 17:06:07
Message-ID: CADyhKSX2g-nOXwGLBFvKXjGLPk3VZoijB14AU1hwNnSaLm9kmw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)kaigai(dot)gr(dot)jp>

Attachment Content-Type Size
pgsql-v9.2-sepgsql-document-fixup.patch application/octet-stream 811 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-09-09 18:05:22 Re: build farm machine using <make -j 8> mixed results
Previous Message Andres Freund 2012-09-09 15:54:36 Re: [PATCH] XLogReader v2