Good, them I must tested, thanks guys!!!
On Thu, Mar 30, 2017 at 9:49 AM, Adrian Klaver
wrote:
> On 03/30/2017 09:39 AM, Periko Support wrote:
>>
>> Hi guys.
>>
>> I had some doubt about PSQL internal replication mechanics(Streaming).
>>
>> If I setup a Master-Slave Hot StandBy.
>>
>> The slave i
On 03/30/2017 09:39 AM, Periko Support wrote:
Hi guys.
I had some doubt about PSQL internal replication mechanics(Streaming).
If I setup a Master-Slave Hot StandBy.
The slave is on a Read-Only stage, but we can query the server.
If a user create a table in the database:
CREATE DATABASE mynew
On Thu, 30 Mar 2017 09:39:40 -0700
Periko Support wrote:
> Hi guys.
>
> I had some doubt about PSQL internal replication mechanics(Streaming).
>
> If I setup a Master-Slave Hot StandBy.
>
> The slave is on a Read-Only stage, but we can query the server.
>
> If a user create a table in the dat
Hi guys.
I had some doubt about PSQL internal replication mechanics(Streaming).
If I setup a Master-Slave Hot StandBy.
The slave is on a Read-Only stage, but we can query the server.
If a user create a table in the database:
CREATE DATABASE mynewdb;
CREATE TABLE mytbale-name + fields.
Or if c