Re: [GENERAL] HotSync Replicate doubt?

2017-03-30 Thread Periko Support
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

Re: [GENERAL] HotSync Replicate doubt?

2017-03-30 Thread Adrian Klaver
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

Re: [GENERAL] HotSync Replicate doubt?

2017-03-30 Thread Bill Moran
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

[GENERAL] HotSync Replicate doubt?

2017-03-30 Thread Periko Support
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