diff options
| author | Magnus Hagander <magnus@hagander.net> | 2015-05-17 14:57:30 +0200 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2015-05-17 14:58:04 +0200 |
| commit | 3b075e9d7be0181f8434e7b24007d87b618934c0 (patch) | |
| tree | 34753e942b924aa56eb3cc68c1d42ab0f7a66455 /doc/src | |
| parent | 6b665454e38580a72f355dcae37952cf1c82f119 (diff) | |
Fix typos in comments
Dmitriy Olshevskiy
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/logicaldecoding.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 00f6eeee35f..5fa2f77ea89 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -649,7 +649,7 @@ OutputPluginWrite(ctx, true); <title>Synchronous Replication Support for Logical Decoding</title> <para> - Logical decoding can be used to to build + Logical decoding can be used to build <link linkend="synchronous-replication">synchronous replication</link> solutions with the same user interface as synchronous replication for <link linkend="streaming-replication">streaming diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index fcf5f77a6db..0444f09aa41 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -454,7 +454,7 @@ PostgreSQL documentation <term><option>--database=<replaceable>dbname</replaceable></option></term> <listitem> <para> - Specifies the name of the database to connect to to dump global + Specifies the name of the database to connect to dump global objects and discover what other databases should be dumped. If not specified, the <literal>postgres</literal> database will be used, and if that does not exist, <literal>template1</literal> will be used. |
