1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Add id' attributes to all chapter' and `sect1' tags, to generate useful

names for the HTML files (e.g., not x4856.htm).
This commit is contained in:
Peter Eisentraut
2000-09-29 20:21:34 +00:00
parent 3a94e789f5
commit 72ad5fe15c
57 changed files with 312 additions and 310 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/xoper.sgml,v 1.10 2000/04/16 04:41:01 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/xoper.sgml,v 1.11 2000/09/29 20:21:34 petere Exp $
-->
<Chapter Id="xoper">
@@ -76,7 +76,7 @@ SELECT (a + b) AS c FROM test_complex;
COMMUTATOR and other optimizer hints appear below.
</Para>
<sect1>
<sect1 id="xoper-optimization">
<title>Operator Optimization Information</title>
<note>