I’ve come across what I think is a bug

Поиск
Список
Период
Сортировка
От John Scalia
Тема I’ve come across what I think is a bug
Дата
Msg-id 7C36C6F5-233C-4A97-BD21-0E701831F9A7@gmail.com
обсуждение исходный текст
Ответы Re: I’ve come across what I think is a bug  ("Euler Taveira" <euler@eulerto.com>)
Список pgsql-hackers
In the documentation, Under CREATE PUBLICATION under parameters

         publish (string)
                 This parameter determines which DML operations will be published by the new publication to the
subscribers.The value is comma-separated list of operations. The default is to publish all actions, and so the default
valuefor this option is ‘insert, update, delete, truncate’. 

From what I’ve seen, truncate is not set to published by default. I’m looking at a server now with 4 publications on
it,and none has truncate set to true. One of these I created, and I know I didn’t set any values. All the other values
areset, but not truncate. 

I don’t know if this was intentional in the code or an oversight, but documentation is incorrect currently. Also, the
linebefore, beginning with “The value is comma-separated…”, could use a little work as well. Maybe just an “a” between
“is”and “comma-separated”. 
—
Jay


Sent from my iPad


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

Предыдущее
От: Anthonin Bonnefoy
Дата:
Сообщение: Re: POC: Extension for adding distributed tracing - pg_tracing
Следующее
От: Jakub Wartak
Дата:
Сообщение: Re: trying again to get incremental backup