|
12 | 12 | ]> |
13 | 13 |
|
14 | 14 | <book id="postgres"> |
15 | | - <title>PostgreSQL &version; Documentation</title> |
| 15 | + <title>&productname; &version; Documentation</title> |
16 | 16 |
|
17 | 17 | <bookinfo> |
| 18 | + <corpauthor>Postgres Professional</corpauthor> |
18 | 19 | <corpauthor>The PostgreSQL Global Development Group</corpauthor> |
19 | | - <productname>PostgreSQL</productname> |
| 20 | + <productname>&productname;</productname> |
20 | 21 | <productnumber>&version;</productnumber> |
21 | 22 | &legal; |
22 | 23 | </bookinfo> |
|
28 | 29 |
|
29 | 30 | <partintro> |
30 | 31 | <para> |
31 | | - Welcome to the <productname>PostgreSQL</productname> Tutorial. The |
| 32 | + Welcome to the <productname>&productname;</productname> Tutorial. The |
32 | 33 | following few chapters are intended to give a simple introduction |
33 | | - to <productname>PostgreSQL</productname>, relational database |
| 34 | + to <productname>&productname;</productname>, relational database |
34 | 35 | concepts, and the SQL language to those who are new to any one of |
35 | 36 | these aspects. We only assume some general knowledge about how to |
36 | 37 | use computers. No particular Unix or programming experience is |
|
45 | 46 | on to reading <xref linkend="sql"> to gain a more formal knowledge |
46 | 47 | of the SQL language, or <xref linkend="client-interfaces"> for |
47 | 48 | information about developing applications for |
48 | | - <productname>PostgreSQL</productname>. Those who set up and |
| 49 | + <productname>&productname;</productname>. Those who set up and |
49 | 50 | manage their own server should also read <xref linkend="admin">. |
50 | 51 | </para> |
51 | 52 | </partintro> |
|
62 | 63 | <partintro> |
63 | 64 | <para> |
64 | 65 | This part describes the use of the <acronym>SQL</acronym> language |
65 | | - in <productname>PostgreSQL</productname>. We start with |
| 66 | + in <productname>&productname;</productname>. We start with |
66 | 67 | describing the general syntax of <acronym>SQL</acronym>, then |
67 | 68 | explain how to create the structures to hold data, how to populate |
68 | 69 | the database, and how to query it. The middle part lists the |
|
85 | 86 |
|
86 | 87 | <para> |
87 | 88 | Readers of this part should know how to connect to a |
88 | | - <productname>PostgreSQL</> database and issue |
| 89 | + <productname>&productname;</> database and issue |
89 | 90 | <acronym>SQL</acronym> commands. Readers that are unfamiliar with |
90 | 91 | these issues are encouraged to read <xref linkend="tutorial"> |
91 | 92 | first. <acronym>SQL</acronym> commands are typically entered |
92 | | - using the <productname>PostgreSQL</> interactive terminal |
| 93 | + using the <productname>&productname;</> interactive terminal |
93 | 94 | <application>psql</application>, but other programs that have |
94 | 95 | similar functionality can be used as well. |
95 | 96 | </para> |
|
116 | 117 | <partintro> |
117 | 118 | <para> |
118 | 119 | This part covers topics that are of interest to a |
119 | | - <productname>PostgreSQL</> database administrator. This includes |
| 120 | + <productname>&productname;</> database administrator. This includes |
120 | 121 | installation of the software, set up and configuration of the |
121 | 122 | server, management of users and databases, and maintenance tasks. |
122 | | - Anyone who runs a <productname>PostgreSQL</> server, even for |
| 123 | + Anyone who runs a <productname>&productname;</> server, even for |
123 | 124 | personal use, but especially in production, should be familiar |
124 | 125 | with the topics covered in this part. |
125 | 126 | </para> |
|
139 | 140 | up their own server can begin their exploration with this part. |
140 | 141 | The rest of this part is about tuning and management; that material |
141 | 142 | assumes that the reader is familiar with the general use of |
142 | | - the <productname>PostgreSQL</> database system. Readers are |
| 143 | + the <productname>&productname;</> database system. Readers are |
143 | 144 | encouraged to look at <xref linkend="tutorial"> and <xref |
144 | 145 | linkend="sql"> for additional information. |
145 | 146 | </para> |
|
170 | 171 | <partintro> |
171 | 172 | <para> |
172 | 173 | This part describes the client programming interfaces distributed |
173 | | - with <productname>PostgreSQL</>. Each of these chapters can be |
| 174 | + with <productname>&productname;</>. Each of these chapters can be |
174 | 175 | read independently. Note that there are many other programming |
175 | 176 | interfaces for client programs that are distributed separately and |
176 | 177 | contain their own documentation (<xref linkend="external-projects"> |
|
196 | 197 | This part is about extending the server functionality with |
197 | 198 | user-defined functions, data types, triggers, etc. These are |
198 | 199 | advanced topics which should probably be approached only after all |
199 | | - the other user documentation about <productname>PostgreSQL</> has |
| 200 | + the other user documentation about <productname>&productname;</> has |
200 | 201 | been understood. Later chapters in this part describe the server-side |
201 | 202 | programming languages available in the |
202 | | - <productname>PostgreSQL</productname> distribution as well as |
| 203 | + <productname>&productname;</productname> distribution as well as |
203 | 204 | general issues concerning server-side programming languages. It |
204 | 205 | is essential to read at least the earlier sections of <xref |
205 | 206 | linkend="extend"> (covering functions) before diving into the |
|
233 | 234 | <partintro> |
234 | 235 | <para> |
235 | 236 | This part contains assorted information that might be of use to |
236 | | - <productname>PostgreSQL</> developers. |
| 237 | + <productname>&productname;</> developers. |
237 | 238 | </para> |
238 | 239 | </partintro> |
239 | 240 |
|
|