1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.56 2001/09/16 16:11:09 petere Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.57 2001/09/21 18:37:05 petere Exp $ -->
2
2
3
3
<chapter id="installation">
4
- <title><![%flattext-install -include[<productname>PostgreSQL</>]]>
4
+ <title><![%standalone -include[<productname>PostgreSQL</>]]>
5
5
Installation Instructions</title>
6
6
7
7
<indexterm zone="installation">
@@ -27,8 +27,8 @@ su - postgres
27
27
/usr/local/pgsql/bin/psql test
28
28
</synopsis>
29
29
The long version is the rest of this
30
- <![%flattext-install -include;[document.]]>
31
- <![%flattext-install -ignore;[chapter.]]>
30
+ <![%standalone -include;[document.]]>
31
+ <![%standalone -ignore;[chapter.]]>
32
32
</para>
33
33
</sect1>
34
34
@@ -156,7 +156,7 @@ su - postgres
156
156
</para>
157
157
</sect1>
158
158
159
- <![%flattext-install -ignore;[
159
+ <![%standalone -ignore;[
160
160
<sect1 id="install-getsource">
161
161
<title>Getting The Source</title>
162
162
@@ -221,8 +221,8 @@ su - postgres
221
221
foreign keys), then use the <option>-o</option> option when running
222
222
<command>pg_dumpall</>. <command>pg_dumpall</command> does not
223
223
save large objects. Check
224
- <![%flattext-install -include[the <citetitle>Administrator's Guide</>]]>
225
- <![%flattext-install -ignore[<xref linkend="backup-dump-caveats">]]>
224
+ <![%standalone -include[the <citetitle>Administrator's Guide</>]]>
225
+ <![%standalone -ignore[<xref linkend="backup-dump-caveats">]]>
226
226
if you need to do this.
227
227
</para>
228
228
@@ -290,8 +290,8 @@ su - postgres
290
290
<para>
291
291
You can also install the new version in parallel with the old one
292
292
to decrease the downtime. These topics are discussed at length in
293
- <![%flattext-install -include[the <citetitle>Administrator's Guide</>,]]>
294
- <![%flattext-install -ignore[<xref linkend="migration">,]]>
293
+ <![%standalone -include[the <citetitle>Administrator's Guide</>,]]>
294
+ <![%standalone -ignore[<xref linkend="migration">,]]>
295
295
which you are encouraged
296
296
to read in any case.
297
297
</para>
@@ -531,8 +531,8 @@ su - postgres
531
531
<listitem>
532
532
<para>
533
533
Enables single-byte character set recode support. See
534
- <![%flattext-install -include[the <citetitle>Administrator's Guide</citetitle>]]>
535
- <![%flattext-install -ignore[<xref linkend="recode">]]> about this feature.
534
+ <![%standalone -include[the <citetitle>Administrator's Guide</citetitle>]]>
535
+ <![%standalone -ignore[<xref linkend="recode">]]> about this feature.
536
536
</para>
537
537
</listitem>
538
538
</varlistentry>
@@ -544,8 +544,8 @@ su - postgres
544
544
Allows the use of multibyte character encodings. This is
545
545
primarily for languages like Japanese, Korean, and Chinese.
546
546
Read
547
- <![%flattext-install -include[the <citetitle>Administrator's Guide</citetitle>]]>
548
- <![%flattext-install -ignore[<xref linkend="multibyte">]]>
547
+ <![%standalone -include[the <citetitle>Administrator's Guide</citetitle>]]>
548
+ <![%standalone -ignore[<xref linkend="multibyte">]]>
549
549
for details.
550
550
</para>
551
551
</listitem>
@@ -902,10 +902,10 @@ All of PostgreSQL is successfully made. Ready to install.
902
902
</screen>
903
903
It is possible that some tests fail, due to differences in error
904
904
message wording or floating point results.
905
- <![%flattext-install -include[The file
905
+ <![%standalone -include[The file
906
906
<filename>src/test/regress/README</> and the
907
907
<citetitle>Administrator's Guide</citetitle> contain]]>
908
- <![%flattext-install -ignore[<xref linkend="regress"> contains]]>
908
+ <![%standalone -ignore[<xref linkend="regress"> contains]]>
909
909
detailed information about interpreting the test results. You can
910
910
repeat this test at any later time by issuing the same command.
911
911
</para>
@@ -1127,7 +1127,7 @@ MANPATH=$MANPATH:/usr/local/pgsql/man
1127
1127
</sect1>
1128
1128
1129
1129
1130
- <![%flattext-install -include;[
1130
+ <![%standalone -include;[
1131
1131
<sect1 id="install-getting-started">
1132
1132
<title>Getting Started</title>
1133
1133
@@ -1634,8 +1634,8 @@ gunzip -c user.ps.gz \
1634
1634
<entry>2001-03-26, Magnus Hagander (<email>mha@sollentuna.net</email>)</entry>
1635
1635
<entry>
1636
1636
client-side libraries (<application>libpq</> and <application>psql</>) or ODBC/JDBC, no server-side;
1637
- <![%flattext-install -include[see Administrator's Guide]]>
1638
- <![%flattext-install -ignore[see <xref linkend="install-win32">]]>
1637
+ <![%standalone -include[see Administrator's Guide]]>
1638
+ <![%standalone -ignore[see <xref linkend="install-win32">]]>
1639
1639
for instructions
1640
1640
</entry>
1641
1641
</row>
0 commit comments