[DOCS] see recovery_command

2010-07-14 Thread Marko Tiikkaja

Hi,

Attached is a trivial patch that adds a missing link for restore_command.


Regards,
Marko Tiikkaja
diff --git a/doc/src/sgml/high-availability.sgml 
b/doc/src/sgml/high-availability.sgml
index aafa6d0..f548e91 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -589,7 +589,7 @@ protocol to make nodes agree on a serializable 
transactional order.

 In standby mode, the server continuously applies WAL received from the
 master server. The standby server can read WAL from a WAL archive
-(see restore_command) or directly from the master
+(see ) or directly from the master
 over a TCP connection (streaming replication). The standby server will
 also attempt to restore any WAL found in the standby cluster's
 pg_xlog directory. That typically happens after a server

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] see recovery_command

2010-07-14 Thread Tom Lane
Marko Tiikkaja  writes:
> Attached is a trivial patch that adds a missing link for restore_command.

Applied, thanks.

regards, tom lane

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs