Re: Fix wrong syntax about CREATE_REPLICATION_SLOT

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: "tachikake.ayaki@fujitsu.com" <tachikake.ayaki@fujitsu.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-10-12T09:00:02Z
Lists: pgsql-hackers
On Wed, Oct 12, 2022 at 08:33:43AM +0000, tachikake.ayaki@fujitsu.com wrote:
> Hi hackers,
> 
> A minor bug was found in the "CREATE_REPLICATION_SLOT" syntax.
> It is in protocol.sgml at line 1990.

Indeed, right.  The command is described two times, in its old and new
fashions and the new flavor is incorrect.
--
Michael

Commits

  1. doc: Fix description of replication command CREATE_REPLICATION_SLOT