Re: Add A Glossary - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Add A Glossary
Date
Msg-id CADkLM=d9RR7=TaOA0LASWTJKHV8=AV6ebEdEoktTCL_F=knFUw@mail.gmail.com
Whole thread Raw
In response to Re: Add A Glossary  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers

> > +      Records</glossterm> to the file system and creates a special
>
> Does the chckpointer actually write WAL ?

Yes.

> An FK doesn't require the values in its table to be unique, right ?

I believe it does require that the values are unique.

> I think there's some confusion.  Constraints are not objects, right ?

I think constraints are definitely objects. They have names and you
can, for example, COMMENT on them.

> Do we use shared_buffers for WAL ?

No.

(I have not reviewed the patch; these are just a few comments on your comments.)


I'm going to be coalescing the feedback into an updated patch very soon (tonight/tomorrow), so please keep the feedback on the text/wording coming until then.
If anyone has a first attempt at all the ACID definitions, I'd love to see those as well.

 

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Fastpath while arranging the changes in LSN order in logicaldecoding
Next
From: Andres Freund
Date:
Subject: Re: Missing errcode() in ereport