Re: Add A Glossary

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Add A Glossary
Дата
Msg-id CA+TgmoYT2NnUueP5_=Z48XwVpyzciBfNxuuvYKUtLh-korZEmg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add A Glossary  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: Add A Glossary  (Corey Huinker <corey.huinker@gmail.com>)
Re: Add A Glossary  (Jürgen Purtz <juergen@purtz.de>)
Список pgsql-hackers
On Fri, Mar 20, 2020 at 3:58 PM Justin Pryzby <pryzby@telsasoft.com> wrote:
> > +      A process that writes dirty pages and <glossterm>WAL
> > +      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.)

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Implement INSERT SET syntax
Следующее
От: Robert Haas
Дата:
Сообщение: Re: How to only auto-restart BGW only on crash or _PG_init