Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0mYU-0005gA-L3 for pgsql-docs@arkaria.postgresql.org; Fri, 05 Jun 2015 08:00:42 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1Z0mYT-0002Gn-DF for pgsql-docs@arkaria.postgresql.org; Fri, 05 Jun 2015 08:00:41 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1Z0mYS-0002Gg-GN for pgsql-docs@postgresql.org; Fri, 05 Jun 2015 08:00:40 +0000 Received: from gauss.credativ.com ([93.94.130.89]) by makus.postgresql.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1Z0mYP-0003XH-AL for pgsql-docs@postgresql.org; Fri, 05 Jun 2015 08:00:39 +0000 Received: from gauss.credativ.com (localhost [127.0.0.1]) by gauss.credativ.com (Postfix) with ESMTP id 86107145006A; Fri, 5 Jun 2015 10:00:34 +0200 (CEST) Received: from oort (wan3.credativ.com [94.79.138.166]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ase@gauss.credativ.com) by gauss.credativ.com (Postfix) with ESMTPSA id 6D5F11450069 for ; Fri, 5 Jun 2015 10:00:34 +0200 (CEST) From: Andreas Seltenreich To: pgsql-docs@postgresql.org Subject: [PATCH] doc: Fix typo in logicaldecoding.sgml. Date: Fri, 05 Jun 2015 10:00:34 +0200 Message-ID: <874mmmd1p9.fsf@oort.credativ.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Just stumbled across this one... thanks, andreas --- doc/src/sgml/logicaldecoding.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 5fa2f77..f58f8ca 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -6,7 +6,7 @@ PostgreSQL provides infrastructure to stream the modifications performed - via SQL to external consumers. This functionality can be used to for a + via SQL to external consumers. This functionality can be used for a variety of purposes, including replication solutions and auditing. -- 2.1.4 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs