@@ -1718,8 +1718,8 @@ ALTER TABLE products RENAME TO items;
1718
1718
<literal>INSERT</literal>, <literal>UPDATE</literal>, <literal>DELETE</literal>,
1719
1719
<literal>TRUNCATE</literal>, <literal>REFERENCES</literal>, <literal>TRIGGER</literal>,
1720
1720
<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>.
1723
1723
The privileges applicable to a particular
1724
1724
object vary depending on the object's type (table, function, etc.).
1725
1725
More detail about the meanings of these privileges appears below.
@@ -2010,19 +2010,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
2010
2010
</para>
2011
2011
</listitem>
2012
2012
</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>
2026
2014
2027
2015
The privileges required by other commands are listed on the
2028
2016
reference page of the respective command.
@@ -2171,11 +2159,6 @@ REVOKE ALL ON accounts FROM PUBLIC;
2171
2159
<entry><literal>A</literal></entry>
2172
2160
<entry><literal>PARAMETER</literal></entry>
2173
2161
</row>
2174
- <row>
2175
- <entry><literal>MAINTAIN</literal></entry>
2176
- <entry><literal>m</literal></entry>
2177
- <entry><literal>TABLE</literal></entry>
2178
- </row>
2179
2162
</tbody>
2180
2163
</tgroup>
2181
2164
</table>
@@ -2266,7 +2249,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
2266
2249
</row>
2267
2250
<row>
2268
2251
<entry><literal>TABLE</literal> (and table-like objects)</entry>
2269
- <entry><literal>arwdDxtm </literal></entry>
2252
+ <entry><literal>arwdDxt </literal></entry>
2270
2253
<entry>none</entry>
2271
2254
<entry><literal>\dp</literal></entry>
2272
2255
</row>
@@ -2325,11 +2308,11 @@ GRANT SELECT (col1), UPDATE (col1) ON mytable TO miriam_rw;
2325
2308
<programlisting>
2326
2309
=> \dp mytable
2327
2310
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 | |
2333
2316
(1 row)
2334
2317
</programlisting>
2335
2318
</para>
0 commit comments