Thread: pgsql: Fix broken markup, and copy-edit a bit.

pgsql: Fix broken markup, and copy-edit a bit.

From
Tom Lane
Date:
Fix broken markup, and copy-edit a bit.

Fix docs build failure introduced by commit 6fcd88511f8e69e3.
I failed to resist the temptation to rearrange the description of
pg_create_physical_replication_slot(), too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/750fc78bca7c5cff7459d02315cf7fed4f4ce3a9

Modified Files
--------------
doc/src/sgml/func.sgml |   19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)


Re: pgsql: Fix broken markup, and copy-edit a bit.

From
Andres Freund
Date:
On 2015-08-11 14:46:56 +0000, Tom Lane wrote:
> Fix broken markup, and copy-edit a bit.
>
> Fix docs build failure introduced by commit 6fcd88511f8e69e3.
> I failed to resist the temptation to rearrange the description of
> pg_create_physical_replication_slot(), too.

Thanks!

Andres