1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove tabs in SGML file.

This commit is contained in:
Bruce Momjian
2010-01-12 02:33:45 +00:00
parent d5e0029862
commit 6ce4e4f39b

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.134 2010/01/10 16:27:27 sriggs Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.135 2010/01/12 02:33:45 momjian Exp $ -->
<chapter id="backup"> <chapter id="backup">
<title>Backup and Restore</title> <title>Backup and Restore</title>
@ -2544,7 +2544,7 @@ LOG: database system is ready to accept read only connections
or <command>ALTER DATABASE ... RENAME</> on primary will generate a log message or <command>ALTER DATABASE ... RENAME</> on primary will generate a log message
that will cause all users connected to that database on the standby to be that will cause all users connected to that database on the standby to be
forcibly disconnected. This action occurs immediately, whatever the setting of forcibly disconnected. This action occurs immediately, whatever the setting of
<varname>max_standby_delay</>. <varname>max_standby_delay</>.
</para> </para>
<para> <para>