From fa1640aea04920147ffc5965003ffac197539741 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 26 Dec 2000 00:10:37 +0000 Subject: [PATCH] Fix some cross reference links. --- doc/src/sgml/arch-dev.sgml | 8 ++++---- doc/src/sgml/arch-pg.sgml | 6 +++--- doc/src/sgml/arch.sgml | 2 +- doc/src/sgml/extend.sgml | 4 ++-- doc/src/sgml/libpq++.sgml | 6 +++--- doc/src/sgml/xfunc.sgml | 6 +++--- doc/src/sgml/xindex.sgml | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml index 7397943680..44646ce095 100644 --- a/doc/src/sgml/arch-dev.sgml +++ b/doc/src/sgml/arch-dev.sgml @@ -1,5 +1,5 @@ @@ -284,7 +284,7 @@ select s.sname, se.pno Figure \ref{parsetree} shows the parse tree built by the grammar rules and actions given in gram.y for the query - given in + given in (without the operator tree for the where clause which is shown in figure \ref{where_clause} because there was not enough space to show both data structures in one @@ -312,8 +312,8 @@ select s.sname, se.pno Figure \ref{where_clause} shows the operator tree built for the - where clause of the SQL query given in example - + where clause of the SQL query given in + which is attached to the field qual of the SelectStmt node. The top node of the operator tree is an A_Expr node representing an AND diff --git a/doc/src/sgml/arch-pg.sgml b/doc/src/sgml/arch-pg.sgml index 7928347c00..5a347378e2 100644 --- a/doc/src/sgml/arch-pg.sgml +++ b/doc/src/sgml/arch-pg.sgml @@ -39,9 +39,9 @@ within a cluster make calls to the library. The library sends user requests over the network to the postmaster -((a)), +((a)), which in turn starts a new backend server process -((b)) +((b))
How a connection is established @@ -49,7 +49,7 @@ which in turn starts a new backend server process
and connects the frontend process to the new server -((c)). +((c)). From that point on, the frontend process and the backend server communicate without intervention by the postmaster. Hence, the postmaster is always running, waiting diff --git a/doc/src/sgml/arch.sgml b/doc/src/sgml/arch.sgml index d5d6062976..d420fab6dd 100644 --- a/doc/src/sgml/arch.sgml +++ b/doc/src/sgml/arch.sgml @@ -39,7 +39,7 @@ applications that wish to access a given database within a cluster make calls to the library. The library sends user requests over the network to the - postmaster (), + postmaster (), which in turn starts a new backend server process
diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index 7d4d6f8f61..9044aab613 100644 --- a/doc/src/sgml/extend.sgml +++ b/doc/src/sgml/extend.sgml @@ -1,5 +1,5 @@ @@ -196,7 +196,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.7 2000/11/29 20:15:59 peter The Reference Manual gives a more detailed explanation of these catalogs and their attributes. However, - + shows the major entities and their relationships in the system catalogs. (Attributes that do not refer to other entities are not shown unless they are part of diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 0831a37f6e..97ef1ba856 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -1,9 +1,9 @@ - libpq - C++ Binding Library + libpq++ - C++ Binding Library libpq++ is the C++ API to @@ -57,7 +57,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.21 2000/12/22 18:57: an application program: - Refer to the for a complete + Refer to for a complete list of available connection options. diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 14e8e4e350..5c13afb61d 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,5 +1,5 @@ @@ -342,7 +342,7 @@ SELECT clean_EMP(); There are currently three procedural languages available in the standard Postgres distribution (PLSQL, PLTCL and PLPERL), and other languages can be defined. - Refer to for + Refer to for more information. @@ -1200,7 +1200,7 @@ LANGUAGE 'c'; it can be dynamically loaded into Postgres always requires special flags. - See + See for a detailed explanation of how to do it for your particular operating system. diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml index eb2d232ec2..6fedbf5b70 100644 --- a/doc/src/sgml/xindex.sgml +++ b/doc/src/sgml/xindex.sgml @@ -1,5 +1,5 @@ @@ -15,7 +15,7 @@ Postgres documentation Look back at - . + . The right half shows the catalogs that we must modify in order to tell Postgres how to use a user-defined type and/or user-defined operators with an index (i.e., pg_am, pg_amop, -- 2.40.0