@@ -1718,8 +1718,8 @@ ALTER TABLE products RENAME TO items;
17181718 <literal>INSERT</literal>, <literal>UPDATE</literal>, <literal>DELETE</literal>,
17191719 <literal>TRUNCATE</literal>, <literal>REFERENCES</literal>, <literal>TRIGGER</literal>,
17201720 <literal>CREATE</literal>, <literal>CONNECT</literal>, <literal>TEMPORARY</literal>,
1721- <literal>EXECUTE</literal>, <literal>USAGE</literal>, <literal>SET</literal>,
1722- <literal>ALTER SYSTEM</literal>, and <literal>MAINTAIN </literal>.
1721+ <literal>EXECUTE</literal>, <literal>USAGE</literal>, <literal>SET</literal>
1722+ and <literal>ALTER SYSTEM</literal>.
17231723 The privileges applicable to a particular
17241724 object vary depending on the object's type (table, function, etc.).
17251725 More detail about the meanings of these privileges appears below.
@@ -2010,19 +2010,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
20102010 </para>
20112011 </listitem>
20122012 </varlistentry>
2013-
2014- <varlistentry id="ddl-priv-maintain">
2015- <term><literal>MAINTAIN</literal></term>
2016- <listitem>
2017- <para>
2018- Allows <command>VACUUM</command>, <command>ANALYZE</command>,
2019- <command>CLUSTER</command>, <command>REFRESH MATERIALIZED VIEW</command>,
2020- <command>REINDEX</command>, and <command>LOCK TABLE</command> on a
2021- relation.
2022- </para>
2023- </listitem>
2024- </varlistentry>
2025- </variablelist>
2013+ </variablelist>
20262014
20272015 The privileges required by other commands are listed on the
20282016 reference page of the respective command.
@@ -2171,11 +2159,6 @@ REVOKE ALL ON accounts FROM PUBLIC;
21712159 <entry><literal>A</literal></entry>
21722160 <entry><literal>PARAMETER</literal></entry>
21732161 </row>
2174- <row>
2175- <entry><literal>MAINTAIN</literal></entry>
2176- <entry><literal>m</literal></entry>
2177- <entry><literal>TABLE</literal></entry>
2178- </row>
21792162 </tbody>
21802163 </tgroup>
21812164 </table>
@@ -2266,7 +2249,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
22662249 </row>
22672250 <row>
22682251 <entry><literal>TABLE</literal> (and table-like objects)</entry>
2269- <entry><literal>arwdDxtm </literal></entry>
2252+ <entry><literal>arwdDxt </literal></entry>
22702253 <entry>none</entry>
22712254 <entry><literal>\dp</literal></entry>
22722255 </row>
@@ -2325,11 +2308,11 @@ GRANT SELECT (col1), UPDATE (col1) ON mytable TO miriam_rw;
23252308<programlisting>
23262309=> \dp mytable
23272310 Access privileges
2328- Schema | Name | Type | Access privileges | Column privileges | Policies
2329- --------+---------+-------+------------------------ +-----------------------+----------
2330- public | mytable | table | miriam=arwdDxtm /miriam+| col1: +|
2331- | | | =r/miriam +| miriam_rw=rw/miriam |
2332- | | | admin=arw/miriam | |
2311+ Schema | Name | Type | Access privileges | Column privileges | Policies
2312+ --------+---------+-------+-----------------------+-----------------------+----------
2313+ public | mytable | table | miriam=arwdDxt /miriam+| col1: +|
2314+ | | | =r/miriam +| miriam_rw=rw/miriam |
2315+ | | | admin=arw/miriam | |
23332316(1 row)
23342317</programlisting>
23352318 </para>
0 commit comments