Re: add \dpS to psql

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Pavel Luzanov <p(dot)luzanov(at)postgrespro(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: add \dpS to psql
Date: 2022-12-07 22:41:05
Message-ID: 20221207224105.GB4182184@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 07, 2022 at 10:48:49AM +0300, Pavel Luzanov wrote:
> There is a very similar command to VACUUM FULL with a different name -
> CLUSTER.
> The VACUUM privilege does not apply to the CLUSTER command. This is probably
> correct.
> However, the documentation for the CLUSTER command does not say
> who can perform this command. I think it would be correct to add a sentence
> to the Notes section
> (https://www.postgresql.org/docs/devel/sql-cluster.html)
> similar to the one in the VACUUM documentation:
>
> "To cluster a table, one must ordinarily be the table's owner or a
> superuser."

I created a new thread for this:

https://postgr.es/m/20221207223924.GA4182184%40nathanxps13

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-12-07 22:43:57 Re: [PATCH] pg_dump: lock tables in batches
Previous Message Nathan Bossart 2022-12-07 22:39:24 fix and document CLUSTER privileges