Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1839fa6

Browse files
committed
Add productname to postgres.sgml
1 parent9c52548 commit1839fa6

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

‎doc/src/sgml/postgres.sgml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
]>
1313

1414
<book id="postgres">
15-
<title>PostgreSQL &version; Documentation</title>
15+
<title>&productname; &version; Documentation</title>
1616

1717
<bookinfo>
18+
<corpauthor>Postgres Professional</corpauthor>
1819
<corpauthor>The PostgreSQL Global Development Group</corpauthor>
19-
<productname>PostgreSQL</productname>
20+
<productname>&productname;</productname>
2021
<productnumber>&version;</productnumber>
2122
&legal;
2223
</bookinfo>
@@ -28,9 +29,9 @@
2829

2930
<partintro>
3031
<para>
31-
Welcome to the <productname>PostgreSQL</productname> Tutorial. The
32+
Welcome to the <productname>&productname;</productname> Tutorial. The
3233
following few chapters are intended to give a simple introduction
33-
to <productname>PostgreSQL</productname>, relational database
34+
to <productname>&productname;</productname>, relational database
3435
concepts, and the SQL language to those who are new to any one of
3536
these aspects. We only assume some general knowledge about how to
3637
use computers. No particular Unix or programming experience is
@@ -45,7 +46,7 @@
4546
on to reading <xref linkend="sql"> to gain a more formal knowledge
4647
of the SQL language, or <xref linkend="client-interfaces"> for
4748
information about developing applications for
48-
<productname>PostgreSQL</productname>. Those who set up and
49+
<productname>&productname;</productname>. Those who set up and
4950
manage their own server should also read <xref linkend="admin">.
5051
</para>
5152
</partintro>
@@ -62,7 +63,7 @@
6263
<partintro>
6364
<para>
6465
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
6667
describing the general syntax of <acronym>SQL</acronym>, then
6768
explain how to create the structures to hold data, how to populate
6869
the database, and how to query it. The middle part lists the
@@ -85,11 +86,11 @@
8586

8687
<para>
8788
Readers of this part should know how to connect to a
88-
<productname>PostgreSQL</> database and issue
89+
<productname>&productname;</> database and issue
8990
<acronym>SQL</acronym> commands. Readers that are unfamiliar with
9091
these issues are encouraged to read <xref linkend="tutorial">
9192
first. <acronym>SQL</acronym> commands are typically entered
92-
using the <productname>PostgreSQL</> interactive terminal
93+
using the <productname>&productname;</> interactive terminal
9394
<application>psql</application>, but other programs that have
9495
similar functionality can be used as well.
9596
</para>
@@ -116,10 +117,10 @@
116117
<partintro>
117118
<para>
118119
This part covers topics that are of interest to a
119-
<productname>PostgreSQL</> database administrator. This includes
120+
<productname>&productname;</> database administrator. This includes
120121
installation of the software, set up and configuration of the
121122
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
123124
personal use, but especially in production, should be familiar
124125
with the topics covered in this part.
125126
</para>
@@ -139,7 +140,7 @@
139140
up their own server can begin their exploration with this part.
140141
The rest of this part is about tuning and management; that material
141142
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
143144
encouraged to look at <xref linkend="tutorial"> and <xref
144145
linkend="sql"> for additional information.
145146
</para>
@@ -170,7 +171,7 @@
170171
<partintro>
171172
<para>
172173
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
174175
read independently. Note that there are many other programming
175176
interfaces for client programs that are distributed separately and
176177
contain their own documentation (<xref linkend="external-projects">
@@ -196,10 +197,10 @@
196197
This part is about extending the server functionality with
197198
user-defined functions, data types, triggers, etc. These are
198199
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
200201
been understood. Later chapters in this part describe the server-side
201202
programming languages available in the
202-
<productname>PostgreSQL</productname> distribution as well as
203+
<productname>&productname;</productname> distribution as well as
203204
general issues concerning server-side programming languages. It
204205
is essential to read at least the earlier sections of <xref
205206
linkend="extend"> (covering functions) before diving into the
@@ -233,7 +234,7 @@
233234
<partintro>
234235
<para>
235236
This part contains assorted information that might be of use to
236-
<productname>PostgreSQL</> developers.
237+
<productname>&productname;</> developers.
237238
</para>
238239
</partintro>
239240

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp