pgsql: Fix XML id to match containing page

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix XML id to match containing page
Date: 2020-09-03 10:47:57
Message-ID: E1kDmmb-0006tb-Cy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix XML id to match containing page

This was apparently a typo when this part of the documentation was
first added.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4220e5721a27286aab726e87d3db5d1ee475fe23

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 2 +-
doc/src/sgml/logicaldecoding.sgml | 2 +-
doc/src/sgml/ref/alter_table.sgml | 2 +-
doc/src/sgml/ref/psql-ref.sgml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-09-03 11:37:16 pgsql: doc: Make SQL command names in the catalog documentation links
Previous Message Amit Kapila 2020-09-03 02:35:52 pgsql: Add support for streaming to built-in logical replication.