@@ -40,10 +40,10 @@ break is not needed in a wider output rendering.
4040 Welcome to the <productname>PostgreSQL</productname> Tutorial. The
4141 tutorial is intended to give an introduction
4242 to <productname>PostgreSQL</productname>, relational database
43- concepts, and the SQL language. We assume some general knowledge about
43+ concepts, and the SQL language. We assume some general knowledge about
4444 how to use computers and no particular Unix or programming experience is
45- required. This tutorial is intended to provide hands-on experience with
46- important aspects of the <productname>PostgreSQL</productname> system.
45+ required. This tutorial is intended to provide hands-on experience with
46+ important aspects of the <productname>PostgreSQL</productname> system.
4747 It makes no attempt to be a comprehensive treatment of the topics it covers.
4848 </para>
4949
@@ -71,8 +71,8 @@ break is not needed in a wider output rendering.
7171 This part describes the use of the <acronym>SQL</acronym> language
7272 in <productname>PostgreSQL</productname>. We start with
7373 describing the general syntax of <acronym>SQL</acronym>, then
74- how to create tables, how to populate the database, and how to
75- query it. The middle part lists the available data types and
74+ how to create tables, how to populate the database, and how to
75+ query it. The middle part lists the available data types and
7676 functions for use in <acronym>SQL</acronym> commands. Lastly,
7777 we address several aspects of importance for tuning a database.
7878 </para>
@@ -82,15 +82,15 @@ break is not needed in a wider output rendering.
8282 follow it from start to end and gain a full understanding of the topics
8383 without having to refer forward too many times. The chapters are
8484 intended to be self-contained, so that advanced users can read the
85- chapters individually as they choose. The information is presented
86- in narrative form with topical units. Readers looking for a complete
87- description of a particular command are encouraged to review
85+ chapters individually as they choose. The information is presented
86+ in narrative form with topical units. Readers looking for a complete
87+ description of a particular command are encouraged to review
8888 the <xref linkend="reference"/>.
8989 </para>
9090
9191 <para>
9292 Readers should know how to connect to a
93- <productname>PostgreSQL</productname> database and issue
93+ <productname>PostgreSQL</productname> database and issue
9494 <acronym>SQL</acronym> commands. Readers that are unfamiliar with
9595 these issues are encouraged to read <xref linkend="tutorial"/>
9696 first. <acronym>SQL</acronym> commands are typically entered
@@ -122,26 +122,26 @@ break is not needed in a wider output rendering.
122122 <para>
123123 This part covers topics that are of interest to a
124124 <productname>PostgreSQL</productname> administrator. This includes
125- installation, configuration of the server, management of users
126- and databases, and maintenance tasks. Anyone running
125+ installation, configuration of the server, management of users
126+ and databases, and maintenance tasks. Anyone running
127127 <productname>PostgreSQL</productname> server, even for
128128 personal use, but especially in production, should be familiar
129129 with these topics.
130130 </para>
131131
132132 <para>
133- The information attempts to be in the order in which
134- a new user should read it. The chapters are self-contained and
135- can be read individually as desired. The information is presented
136- in a narrative form in topical units. Readers looking for a complete
137- description of a command are encouraged to review the
133+ The information attempts to be in the order in which
134+ a new user should read it. The chapters are self-contained and
135+ can be read individually as desired. The information is presented
136+ in a narrative form in topical units. Readers looking for a complete
137+ description of a command are encouraged to review the
138138 <xref linkend="reference"/>.
139139 </para>
140140
141141 <para>
142142 The first few chapters are written so they can be understood
143143 without prerequisite knowledge, so new users who need to set
144- up their own server can begin their exploration. The rest of this
144+ up their own server can begin their exploration. The rest of this
145145 part is about tuning and management; that material
146146 assumes that the reader is familiar with the general use of
147147 the <productname>PostgreSQL</productname> database system. Readers are
@@ -179,7 +179,7 @@ break is not needed in a wider output rendering.
179179 This part describes the client programming interfaces distributed
180180 with <productname>PostgreSQL</productname>. Each of these chapters can be
181181 read independently. There are many external programming
182- interfaces for client programs that are distributed separately. They
182+ interfaces for client programs that are distributed separately. They
183183 contain their own documentation (<xref linkend="external-projects"/>
184184 lists some of the more popular ones). Readers of this part should be
185185 familiar with using <acronym>SQL</acronym> to manipulate
0 commit comments