Re: clarifying trigger/rule behavior on logical replication subscribers

2023-06-07 Thread vignesh C
On Wed, 7 Jun 2023 at 10:17, Jonathan S. Katz wrote: > > Hi, > > While answering a question on "do triggers fire on a logical replication > subscriber by default?" I tried to look up a reference to this behavior > in the docs. There wasn't a clear reference point, but on the > architecture page[1]

Re: create table explicitly mention that unique|primary key constraint will create an

2024-01-26 Thread vignesh C
On Fri, 19 Jan 2024 at 16:16, Laurenz Albe wrote: > > On Thu, 2024-01-18 at 15:54 +0100, Peter Eisentraut wrote: > > On 27.11.23 03:30, Laurenz Albe wrote: > > > True; I don't find it documented that all objects in pg_class share a > > > namespace and that constraints are implemented by indexes of

Re: Ambiguous description on new columns

2024-05-29 Thread vignesh C
On Wed, 22 May 2024 at 08:18, Peter Smith wrote: > > On Tue, May 21, 2024 at 8:40 PM PG Doc comments form > wrote: > > > > The following documentation comment has been logged on the website: > > > > Page: https://www.postgresql.org/docs/16/logical-replication-col-lists.html > > Description: > > >

Re: Ambiguous description on new columns

2024-05-30 Thread vignesh C
On Thu, 30 May 2024 at 06:21, Peter Smith wrote: > > On Wed, May 29, 2024 at 8:04 PM vignesh C wrote: > > > > On Wed, 22 May 2024 at 14:26, Peter Smith wrote: > > > > > > On Tue, May 21, 2024 at 8:40 PM PG Doc comments form > > > wrote: > >

Re: Ambiguous description on new columns

2024-06-03 Thread vignesh C
On Fri, 31 May 2024 at 08:58, vignesh C wrote: > > On Thu, 30 May 2024 at 06:21, Peter Smith wrote: > > > > On Wed, May 29, 2024 at 8:04 PM vignesh C wrote: > > > > > > On Wed, 22 May 2024 at 14:26, Peter Smith wrote: > > > > > > &g

Title updation while documentation is generated using STYLE=website

2024-09-24 Thread vignesh C
Hi, While building the documentation with make STYLE=website html, I noticed inconsistencies in the formatting of the starting letter of each word in the titles. For instance: "Obtaining Information about an Error" becomes "Obtaining Information About An Error" in html/plpgsql-control-structures.h

Re: pg_createsubscriber: publication-name and subscription-name options do not exist

2024-12-02 Thread vignesh C
On Mon, 2 Dec 2024 at 15:00, Shubham Khanna wrote: > > On Mon, Dec 2, 2024 at 2:57 PM PG Doc comments form > wrote: > > > > The following documentation comment has been logged on the website: > > > > Page: https://www.postgresql.org/docs/17/app-pgcreatesubscriber.html > > Description: > > > > The