diff --git a/doc/src/sgml/pgwalinspect.sgml b/doc/src/sgml/pgwalinspect.sgml index 62d9f9eb22..9a0241a8d6 100644 --- a/doc/src/sgml/pgwalinspect.sgml +++ b/doc/src/sgml/pgwalinspect.sgml @@ -157,7 +157,7 @@ combined_size_percentage | 2.8634072910530795 - + pg_get_wal_block_info(start_lsn pg_lsn, end_lsn pg_lsn) returns setof record diff --git a/doc/src/sgml/stylesheet-html-common.xsl b/doc/src/sgml/stylesheet-html-common.xsl index 3f85ea9536..9df2782ce4 100644 --- a/doc/src/sgml/stylesheet-html-common.xsl +++ b/doc/src/sgml/stylesheet-html-common.xsl @@ -301,120 +301,4 @@ set toc,title - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 6 - - - - - - - - - - clear: both - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - id_link - - # - - - - - - - A - - element at path ' - - / - - - [@ - - = ' - - '] - - - ' is missing an id. Please add one to make it usable - as stable anchor in the public HTML documentation. - - - - - - diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css index 15bcc95d41..cc14efa1ca 100644 --- a/doc/src/sgml/stylesheet.css +++ b/doc/src/sgml/stylesheet.css @@ -169,13 +169,3 @@ acronym { font-style: inherit; } width: 75%; } } - -/* Links to ids of headers and definition terms */ -a.id_link { - color: inherit; - visibility: hidden; -} - -*:hover > a.id_link { - visibility: visible; -}