Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iX3RC-0000M1-R6 for pgsql-docs@arkaria.postgresql.org; Tue, 19 Nov 2019 13:20:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iX3RA-0002tx-GE for pgsql-docs@arkaria.postgresql.org; Tue, 19 Nov 2019 13:20:56 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iX3RA-0002tp-8i for pgsql-docs@lists.postgresql.org; Tue, 19 Nov 2019 13:20:56 +0000 Received: from sraihb2.sra.co.jp ([202.32.10.6]) by magus.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iX3R6-000346-5g for pgsql-docs@lists.postgresql.org; Tue, 19 Nov 2019 13:20:55 +0000 Received: from srascf.sra.co.jp (srascf [133.137.8.80]) by sraihb2.sra.co.jp (Postfix) with ESMTP id A5C132A1609 for ; Tue, 19 Nov 2019 22:20:48 +0900 (JST) Received: from srascb.sra.co.jp (unknown [133.137.8.65]) by srascf.sra.co.jp with smtp id 38f2_0685_72ab930f_2ba4_483b_8164_42b01d0801fa; Tue, 19 Nov 2019 22:20:47 +0900 Received: from sranhm.sra.co.jp (osspc25 [133.137.174.97]) by srascb.sra.co.jp (Postfix) with ESMTP id 841102D6942 for ; Tue, 19 Nov 2019 22:20:48 +0900 (JST) Received: from localhost (sraihb-hub.sra.co.jp [133.137.8.6]) by sranhm.sra.co.jp (Postfix) with ESMTP id 62A19A10B2 for ; Tue, 19 Nov 2019 22:20:48 +0900 (JST) Date: Tue, 19 Nov 2019 22:20:48 +0900 (JST) Message-Id: <20191119.222048.49467220816510881.t-ishii@sraoss.co.jp> To: pgsql-docs@lists.postgresql.org Subject: Small typo in func.sgml From: Tatsuo Ishii X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Tue_Nov_19_22_20_48_2019_299)--" Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk ----Next_Part(Tue_Nov_19_22_20_48_2019_299)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit There's a very small typo in func.sgml. Patch attached. Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp ----Next_Part(Tue_Nov_19_22_20_48_2019_299)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="func.diff" diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 28eb322f3f..e8082c05c9 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -20927,7 +20927,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); (slot_name name, lsn pg_lsn) - Copies an existing logical replication slot name src_slot_name + Copies an existing logical replication slot named src_slot_name to a logical replication slot named dst_slot_name while changing the output plugin and persistence. The copied logical slot starts from the same LSN as the source logical slot. Both ----Next_Part(Tue_Nov_19_22_20_48_2019_299)----