Fujii Masao escribió:

I noticed two very minor issues while reading your docs:

>        This is because WAL files generated in the primary server before this 
> built-in
>        replication starts have to be transferred to the standby server by
>        using file-based log shipping. When <TT
> CLASS="VARNAME"
> >archive_mode</TT
> > is <TT
> CLASS="LITERAL"
> >unsent</TT
> >,

You probably mean "unset" here.

> <TT
> CLASS="VARNAME"
> >enable_replication</TT
> > (<TT
> CLASS="TYPE"
> >boolean</TT
> >)

It has been said that variables that enable/disable features should only
be named after the feature that they affect, omitting the "enable" verb.
So in this case it should be set as "replication=off" or
"replication=on".

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to