Re: Integrating Replication into Core

Поиск
Список
Период
Сортировка
От Markus Schiltknecht
Тема Re: Integrating Replication into Core
Дата
Msg-id 4564ABE8.8060706@bluegap.ch
обсуждение исходный текст
Ответ на Re: Integrating Replication into Core  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Hi,

Andrew Dunstan wrote:
> What sort of grammar support do you want?

Support? I would have just extended the bison gram.y myself. :-)

I don't yet know what I will need. I'll probably have to add settings 
per database, some per table, others per transaction. I thought about 
some additions to existing ALTER DATABASE and ALTER TABLE commands as 
well as some SET variables, probably within the syntax of SET TRANSACTION...

Stuffing them into such a syntax seems more consistent to me than using 
function calls.

Regards

Markus


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Integrating Replication into Core
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Shutting down a warm standby database in 8.2beta3