Re: A Modest Upgrade Proposal - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: A Modest Upgrade Proposal
Date
Msg-id 57869133.1090103@commandprompt.com
Whole thread Raw
In response to Re: A Modest Upgrade Proposal  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: A Modest Upgrade Proposal
List pgsql-hackers
On 07/07/2016 01:01 PM, Robert Haas wrote:

> There was an unconference session on this topic at PGCon and quite a
> number of people there stated that they found DDL to be an ease-of-use
> feature and wanted to have it.

Yeah, I haven't meet anyone yet that would like to have:

select replicate_these_relations('['public']);

vs:

ALTER SCHEMA public ENABLE REPLICATION;

(or something like that).


Sincerely,

JD


>


-- 
Command Prompt, Inc.                  http://the.postgres.company/                        +1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
Everyone appreciates your honesty, until you are honest with them.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: A Modest Upgrade Proposal
Next
From: Tom Lane
Date:
Subject: Re: Bug in batch tuplesort memory CLUSTER case (9.6 only)