diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-11-25 09:49:00 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-11-25 09:59:27 +0100 |
commit | 272ace098dd365b7aba2dfa93fbf35e1ba55d984 (patch) | |
tree | d33c449a16f11e4b3581e8b019327abd89e8bcd9 /doc/src | |
parent | 6402afd9865e3218b1f3835108a1e156157b6e08 (diff) |
doc: Fix typos
Author: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://www.postgresql.org/message-id/20201121194105.GO24784@telsasoft.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/contrib.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index dd4e4f8da90..dd3bff2e7bc 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -186,7 +186,7 @@ pages. applications in <literal>contrib</literal>. They can be run from anywhere, independent of where the database server resides. See also <xref linkend="reference-client"> for information about client - applications that part of the core <productname>PostgreSQL</productname> + applications are that part of the core <productname>PostgreSQL</productname> distribution. </para> @@ -202,7 +202,7 @@ pages. applications in <literal>contrib</literal>. They are typically run on the host where the database server resides. See also <xref linkend="reference-server"> for information about server applications that - part of the core <productname>PostgreSQL</productname> distribution. + are part of the core <productname>PostgreSQL</productname> distribution. </para> &pgstandby; |