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

Commit c364148

Browse files
committed
Merge functions and operators chapters. Lots of updates.
1 parent ea166f1 commit c364148

File tree

7 files changed

+1950
-1626
lines changed

7 files changed

+1950
-1626
lines changed

doc/src/sgml/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.26 2000/11/24 17:44:21 petere Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.27 2000/12/14 22:30:56 petere Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

1515
subdir = doc/src/sgml
1616
top_builddir = ../../..
1717
include $(top_builddir)/src/Makefile.global
1818

19+
.SECONDARY:
1920

2021
ifndef DOCBOOKSTYLE
2122
DOCBOOKSTYLE = /home/projects/pgsql/developers/thomas/db143.d/docbook

doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.43 2000/12/03 14:47:18 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.44 2000/12/14 22:30:56 petere Exp $
33
-->
44

55
<chapter id="datatype">
@@ -349,8 +349,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.43 2000/12/03 14:47:18 th
349349

350350
<para>
351351
The numeric types have a full set of corresponding arithmetic operators and
352-
functions. Refer to <xref linkend="numerical-operators">
353-
and <xref linkend="math-functions"> for more information.
352+
functions. Refer to <xref linkend="functions"> for more information.
354353
</para>
355354

356355
<para>

doc/src/sgml/filelist.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/filelist.sgml,v 1.1 2000/11/24 17:44:21 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/filelist.sgml,v 1.2 2000/12/14 22:30:56 petere Exp $ -->
22

33
<!entity about SYSTEM "about.sgml">
44
<!entity history SYSTEM "history.sgml">
@@ -26,7 +26,6 @@
2626
<!entity inherit SYSTEM "inherit.sgml">
2727
<!entity manage SYSTEM "manage.sgml">
2828
<!entity mvcc SYSTEM "mvcc.sgml">
29-
<!entity oper SYSTEM "oper.sgml">
3029
<!entity plan SYSTEM "plan.sgml">
3130
<!entity plperl SYSTEM "plperl.sgml">
3231
<!entity plsql SYSTEM "plsql.sgml">

0 commit comments

Comments
 (0)