Re: readability changes to postgres.sgml

2023-11-08 Thread Joshua Drake
Blink... thanks! and also for the tips. On Wed, Nov 8, 2023 at 1:48 PM Bruce Momjian wrote: > On Mon, Aug 19, 2019 at 04:00:13PM -0700, Joshua D. Drake wrote: > > Team, > > > > New version attached with spelling errors fixed. > > After four years, patch applied to master. I know reviews had tr

Re: readability changes to postgres.sgml

2023-11-08 Thread Bruce Momjian
On Mon, Aug 19, 2019 at 04:00:13PM -0700, Joshua D. Drake wrote: > Team, > > New version attached with spelling errors fixed. After four years, patch applied to master. I know reviews had trouble reviewing this, and I found git diff --word-diff=color to be very helpful for this patch. -- Bru

Re: Required locks for ANALYZE

2023-11-08 Thread Bruce Momjian
On Mon, Sep 30, 2019 at 04:46:56PM +0900, Aramaki Zyake wrote: > Hi, > > I’m terribly sorry for the delay of response. > > > > >This does not really seem like an improvement.  The second formulation is > > >pedantically correct, but also unintelligible. > > > > > > Maybe we could make it s

Re: CREATE SUBSCRIPTION issue

2023-11-08 Thread Laurenz Albe
On Wed, 2023-11-08 at 12:26 +, PG Doc comments form wrote: > Hey I'm using create subscription to subscribe to a table. I have two > different hosts and I want to setup replication between them. > In host 1 > I have one schema public and a table domain. > > In host 2 > I have multiple schemas

Re: Another user complaint regarding visibility of pg_catalog data

2023-11-08 Thread Laurenz Albe
On Wed, 2023-11-08 at 05:31 -0700, David G. Johnston wrote: > On Wednesday, November 8, 2023, Laurenz Albe wrote: > > When people ask my "why?", I tend to answer "why not?".  It is not a > > security > > problem, in my opinion.  Every user is allowed to know that I have a table > > "purchase" wit

Re: CREATE SUBSCRIPTION issue

2023-11-08 Thread David G. Johnston
On Wed, Nov 8, 2023 at 5:42 AM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: > https://www.postgresql.org/docs/15/logical-replication-row-filter.html > Description: > > Hey I'm using create subscription to subscribe to a table. I have

CREATE SUBSCRIPTION issue

2023-11-08 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/logical-replication-row-filter.html Description: Hey I'm using create subscription to subscribe to a table. I have two different hosts and I want to setup replication between them. In host

Re: Another user complaint regarding visibility of pg_catalog data

2023-11-08 Thread David G. Johnston
On Wednesday, November 8, 2023, Laurenz Albe wrote: > > > When people ask my "why?", I tend to answer "why not?". It is not a > security > problem, in my opinion. Every user is allowed to know that I have a table > "purchase" with a column "credit_card_nr". As long as the permissions are > set

Re: Another user complaint regarding visibility of pg_catalog data

2023-11-08 Thread Laurenz Albe
On Tue, 2023-11-07 at 12:28 -0700, David G. Johnston wrote: > This comes up every so often (including today on Discord) and I keep having > trouble > figuring out where to point people for our official assertion and explanation > for why anyone with a login can view routine bodies, view specificat