Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d23a3a6

Browse files
committed
doc: Fix broken links in FOP build
FOP doesn't handle links to table rows, so put the link to a cell instead.
1 parent f3b5565 commit d23a3a6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

doc/src/sgml/func.sgml

+14-14
Original file line numberDiff line numberDiff line change
@@ -17260,8 +17260,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1726017260
</entry>
1726117261
</row>
1726217262

17263-
<row id="pg-replication-origin-create">
17264-
<entry>
17263+
<row>
17264+
<entry id="pg-replication-origin-create">
1726517265
<indexterm>
1726617266
<primary>pg_replication_origin_create</primary>
1726717267
</indexterm>
@@ -17276,8 +17276,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1727617276
</entry>
1727717277
</row>
1727817278

17279-
<row id="pg-replication-origin-drop">
17280-
<entry>
17279+
<row>
17280+
<entry id="pg-replication-origin-drop">
1728117281
<indexterm>
1728217282
<primary>pg_replication_origin_drop</primary>
1728317283
</indexterm>
@@ -17308,8 +17308,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1730817308
</entry>
1730917309
</row>
1731017310

17311-
<row id="pg-replication-origin-session-setup">
17312-
<entry>
17311+
<row>
17312+
<entry id="pg-replication-origin-session-setup">
1731317313
<indexterm>
1731417314
<primary>pg_replication_origin_session_setup</primary>
1731517315
</indexterm>
@@ -17357,8 +17357,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1735717357
</entry>
1735817358
</row>
1735917359

17360-
<row id="pg-replication-origin-session-progress">
17361-
<entry>
17360+
<row>
17361+
<entry id="pg-replication-origin-session-progress">
1736217362
<indexterm>
1736317363
<primary>pg_replication_origin_session_progress</primary>
1736417364
</indexterm>
@@ -17375,8 +17375,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1737517375
</entry>
1737617376
</row>
1737717377

17378-
<row id="pg-replication-origin-xact-setup">
17379-
<entry>
17378+
<row>
17379+
<entry id="pg-replication-origin-xact-setup">
1738017380
<indexterm>
1738117381
<primary>pg_replication_origin_xact_setup</primary>
1738217382
</indexterm>
@@ -17394,8 +17394,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1739417394
</entry>
1739517395
</row>
1739617396

17397-
<row id="pg-replication-origin-xact-reset">
17398-
<entry>
17397+
<row>
17398+
<entry id="pg-replication-origin-xact-reset">
1739917399
<indexterm>
1740017400
<primary>pg_replication_origin_xact_reset</primary>
1740117401
</indexterm>
@@ -17429,8 +17429,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1742917429
</entry>
1743017430
</row>
1743117431

17432-
<row id="pg-replication-origin-progress">
17433-
<entry>
17432+
<row>
17433+
<entry id="pg-replication-origin-progress">
1743417434
<indexterm>
1743517435
<primary>pg_replication_origin_progress</primary>
1743617436
</indexterm>

0 commit comments

Comments
 (0)