Re: fix and document CLUSTER privileges

Поиск
Список
Период
Сортировка
Искать
От
Nathan Bossart
Тема
Re: fix and document CLUSTER privileges
Дата
Msg-id
20230114224000.GA2505377@nathanxps13
Ответ на
Список
Дерево обсуждения
fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Justin Pryzby <pryzby@telsasoft.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Andrew Dunstan <andrew@dunslane.net>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Robert Haas <robertmhaas@gmail.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Gilles Darold <gilles@migops.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Gilles Darold <gilles@migops.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Gilles Darold <gilles@migops.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Gilles Darold <gilles@migops.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Gilles Darold <gilles@migops.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Jeff Davis <pgsql@j-davis.com>
Re: fix and document CLUSTER privileges Nathan Bossart <nathandbossart@gmail.com>
Re: fix and document CLUSTER privileges Pavel Luzanov <p.luzanov@postgrespro.ru>
On Sat, Jan 14, 2023 at 10:40:40AM +0100, Gilles Darold wrote:
> Nathan, please confirm and fix the status of this commit fest entry.

Yes, thank you for taking care of this.  I believe the only changes in this
patch that didn't make it into ff9618e are the following documentation
adjustments.  I've added Jeff to get his thoughts.

diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml
index b9f2acb1de..29f0f1fd90 100644
--- a/doc/src/sgml/ref/cluster.sgml
+++ b/doc/src/sgml/ref/cluster.sgml
@@ -67,7 +67,8 @@ CLUSTER [VERBOSE]
   
 
   
-   CLUSTER without any parameter reclusters all the
+   CLUSTER without a
+   table_name reclusters all the
    previously-clustered tables in the current database that the calling user
    has privileges for.  This form of CLUSTER cannot be
    executed inside a transaction block.
@@ -211,7 +212,8 @@ CLUSTER [VERBOSE]
    
     Clustering a partitioned table clusters each of its partitions using the
     partition of the specified partitioned index.  When clustering a partitioned
-    table, the index may not be omitted.
+    table, the index may not be omitted.  CLUSTER on a
+    partitioned table cannot be executed inside a transaction block.
    
 
  

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com


В списке pgsql-hackers по дате отправления
От: Mikhail Gribkov
Дата:
От: Nathan Bossart
Дата:
FAQ