|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.36 2000/09/19 18:17:53 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.37 2000/09/29 20:21:33 petere Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="datatype"> |
@@ -271,7 +271,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.36 2000/09/19 18:17:53 pe |
271 | 271 | </note> |
272 | 272 | </para> |
273 | 273 |
|
274 | | - <sect1> |
| 274 | + <sect1 id="numeric-types"> |
275 | 275 | <title>Numeric Types</title> |
276 | 276 |
|
277 | 277 | <para> |
@@ -349,8 +349,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.36 2000/09/19 18:17:53 pe |
349 | 349 |
|
350 | 350 | <para> |
351 | 351 | The numeric types have a full set of corresponding arithmetic operators and |
352 | | - functions. Refer to <xrefendterm="math-opers"linkend="math-opers"> |
353 | | - and <xrefendterm="math-funcs"linkend="math-funcs"> for more information. |
| 352 | + functions. Refer to <xref linkend="numerical-operators"> |
| 353 | + and <xref linkend="math-functions"> for more information. |
354 | 354 | </para> |
355 | 355 |
|
356 | 356 | <para> |
@@ -404,7 +404,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl |
404 | 404 | </sect2> |
405 | 405 | </sect1> |
406 | 406 |
|
407 | | - <sect1> |
| 407 | + <sect1 id="monetary-types"> |
408 | 408 | <title>Monetary Type</title> |
409 | 409 |
|
410 | 410 | <note> |
@@ -456,7 +456,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl |
456 | 456 |
|
457 | 457 | </sect1> |
458 | 458 |
|
459 | | - <sect1> |
| 459 | + <sect1 id="character-types"> |
460 | 460 | <title>Character Types</title> |
461 | 461 |
|
462 | 462 | <para> |
@@ -549,7 +549,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl |
549 | 549 |
|
550 | 550 | </sect1> |
551 | 551 |
|
552 | | - <sect1> |
| 552 | + <sect1 id="datetime-types"> |
553 | 553 | <title>Date/Time Types</title> |
554 | 554 |
|
555 | 555 | <para> |
@@ -1355,7 +1355,7 @@ January 8 04:05:06 1999 PST |
1355 | 1355 |
|
1356 | 1356 | </sect1> |
1357 | 1357 |
|
1358 | | - <sect1> |
| 1358 | + <sect1 id="boolean-type"> |
1359 | 1359 | <title>Boolean Type</title> |
1360 | 1360 |
|
1361 | 1361 | <para> |
@@ -1402,7 +1402,7 @@ January 8 04:05:06 1999 PST |
1402 | 1402 | </para> |
1403 | 1403 | </sect1> |
1404 | 1404 |
|
1405 | | - <sect1> |
| 1405 | + <sect1 id="geometric-types"> |
1406 | 1406 | <title>Geometric Types</title> |
1407 | 1407 |
|
1408 | 1408 | <para> |
@@ -1731,7 +1731,7 @@ January 8 04:05:06 1999 PST |
1731 | 1731 |
|
1732 | 1732 | </sect1> |
1733 | 1733 |
|
1734 | | - <sect1> |
| 1734 | + <sect1 id="net-types"> |
1735 | 1735 | <title>IP Version 4 Networks and Host Addresses</title> |
1736 | 1736 |
|
1737 | 1737 | <para> |
|