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 $ -->
22
33<chapter id="installation">
4- <title><![%flattext-install -include[<productname>PostgreSQL</>]]>
4+ <title><![%standalone -include[<productname>PostgreSQL</>]]>
55 Installation Instructions</title>
66
77 <indexterm zone="installation">
@@ -27,8 +27,8 @@ su - postgres
2727/usr/local/pgsql/bin/psql test
2828</synopsis>
2929 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.]]>
3232 </para>
3333 </sect1>
3434
@@ -156,7 +156,7 @@ su - postgres
156156 </para>
157157 </sect1>
158158
159- <![%flattext-install -ignore;[
159+ <![%standalone -ignore;[
160160 <sect1 id="install-getsource">
161161 <title>Getting The Source</title>
162162
@@ -221,8 +221,8 @@ su - postgres
221221 foreign keys), then use the <option>-o</option> option when running
222222 <command>pg_dumpall</>. <command>pg_dumpall</command> does not
223223 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">]]>
226226 if you need to do this.
227227 </para>
228228
@@ -290,8 +290,8 @@ su - postgres
290290 <para>
291291 You can also install the new version in parallel with the old one
292292 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">,]]>
295295 which you are encouraged
296296 to read in any case.
297297 </para>
@@ -531,8 +531,8 @@ su - postgres
531531 <listitem>
532532 <para>
533533 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.
536536 </para>
537537 </listitem>
538538 </varlistentry>
@@ -544,8 +544,8 @@ su - postgres
544544 Allows the use of multibyte character encodings. This is
545545 primarily for languages like Japanese, Korean, and Chinese.
546546 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">]]>
549549 for details.
550550 </para>
551551 </listitem>
@@ -902,10 +902,10 @@ All of PostgreSQL is successfully made. Ready to install.
902902</screen>
903903 It is possible that some tests fail, due to differences in error
904904 message wording or floating point results.
905- <![%flattext-install -include[The file
905+ <![%standalone -include[The file
906906 <filename>src/test/regress/README</> and the
907907 <citetitle>Administrator's Guide</citetitle> contain]]>
908- <![%flattext-install -ignore[<xref linkend="regress"> contains]]>
908+ <![%standalone -ignore[<xref linkend="regress"> contains]]>
909909 detailed information about interpreting the test results. You can
910910 repeat this test at any later time by issuing the same command.
911911 </para>
@@ -1127,7 +1127,7 @@ MANPATH=$MANPATH:/usr/local/pgsql/man
11271127 </sect1>
11281128
11291129
1130- <![%flattext-install -include;[
1130+ <![%standalone -include;[
11311131 <sect1 id="install-getting-started">
11321132 <title>Getting Started</title>
11331133
@@ -1634,8 +1634,8 @@ gunzip -c user.ps.gz \
16341634 <entry>2001-03-26, Magnus Hagander (<email>mha@sollentuna.net</email>)</entry>
16351635 <entry>
16361636 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">]]>
16391639 for instructions
16401640 </entry>
16411641 </row>