Re: [GENERAL] How sync settings or extensions in streaming replication

2016-07-06 Thread Guillaume Lelarge
Le 6 juil. 2016 4:48 AM, "Michael Paquier" a écrit : > > On Wed, Jul 6, 2016 at 11:37 AM, 苏士涛 wrote: > > I am new to PostgreSQL, and i have a question about streaming > > replication. If i enable some extension on master with or without > > native code(in c), do I need to enable this extension on

Re: [GENERAL] How sync settings or extensions in streaming replication

2016-07-05 Thread Michael Paquier
On Wed, Jul 6, 2016 at 11:37 AM, 苏士涛 wrote: > I am new to PostgreSQL, and i have a question about streaming > replication. If i enable some extension on master with or without > native code(in c), do I need to enable this extension on slave? Or > PostgreSQL sync this automatic. Same to settings in

[GENERAL] How sync settings or extensions in streaming replication

2016-07-05 Thread 苏士涛
Hi, I am new to PostgreSQL, and i have a question about streaming replication. If i enable some extension on master with or without native code(in c), do I need to enable this extension on slave? Or PostgreSQL sync this automatic. Same to settings in postgresql.conf. Sorry for my pool English --