mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Empty ulinks show the url string as hot text; no need to repeat the url as
element content.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.12 2001/10/09 18:45:59 petere Exp $ -->
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.13 2001/10/31 20:35:01 petere Exp $ -->
|
||||
|
||||
<chapter id="charset">
|
||||
<title>Localization</>
|
||||
@ -620,8 +620,7 @@ RESET CLIENT_ENCODING;
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf"
|
||||
>ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf</ulink></term>
|
||||
<term><ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf"></ulink></term>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
@ -633,7 +632,7 @@ RESET CLIENT_ENCODING;
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="http://www.unicode.org/">http://www.unicode.org/</ulink></term>
|
||||
<term><ulink url="http://www.unicode.org/"></ulink></term>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.62 2001/10/13 04:23:50 momjian Exp $ -->
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.63 2001/10/31 20:35:02 petere Exp $ -->
|
||||
|
||||
<chapter id="installation">
|
||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||
@ -141,9 +141,9 @@ su - postgres
|
||||
<para>
|
||||
If you need to get a <acronym>GNU</acronym> package, you can find
|
||||
it at your local <acronym>GNU</acronym> mirror site (see <ulink
|
||||
url="http://www.gnu.org/order/ftp.html">http://www.gnu.org/order/ftp.html</>
|
||||
url="http://www.gnu.org/order/ftp.html"></>
|
||||
for a list) or at <ulink
|
||||
url="ftp://ftp.gnu.org/gnu/">ftp://ftp.gnu.org/gnu/</ulink>.
|
||||
url="ftp://ftp.gnu.org/gnu/"></ulink>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -163,8 +163,7 @@ su - postgres
|
||||
|
||||
<para>
|
||||
The <productname>PostgreSQL</> &version; sources can by obtained from <ulink
|
||||
url="ftp://ftp.postgresql.org/pub/postgresql-&version;.tar.gz"
|
||||
>ftp://ftp.postgresql.org/pub/postgresql-&version;.tar.gz</ulink>.
|
||||
url="ftp://ftp.postgresql.org/pub/postgresql-&version;.tar.gz"></ulink>.
|
||||
Use a mirror if possible. Then unpack it:
|
||||
<screen>
|
||||
<userinput>gunzip postgresql-&version;.tar.gz</userinput>
|
||||
@ -576,7 +575,7 @@ su - postgres
|
||||
(e.g., <systemitem class="osname">Linux</>, <systemitem class="osname">NetBSD</>, <systemitem class="osname">Solaris</>), for other systems you can download
|
||||
an add-on package from here: <ulink
|
||||
url="http://www.postgresql.org/~petere/gettext.html"
|
||||
><systemitem class="resource">http://www.postgresql.org/~petere/gettext.html</></ulink>. If
|
||||
></ulink>. If
|
||||
you are using the <application>gettext</> implementation in the GNU C library
|
||||
then you will additionally need the <productname>GNU gettext</productname> package for
|
||||
some utility programs. For any of the other implementations
|
||||
@ -1050,7 +1049,7 @@ setenv LD_LIBRARY_PATH /usr/local/pgsql/lib
|
||||
<filename>/etc/profile</> or <filename>~/.bash_profile</>. Some
|
||||
good information about the caveats associated with the method can
|
||||
be found at <ulink
|
||||
url="http://www.visi.com/~barr/ldpath.html">http://www.visi.com/~barr/ldpath.html</ulink>.
|
||||
url="http://www.visi.com/~barr/ldpath.html"></ulink>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -1346,7 +1345,7 @@ gunzip -c user.ps.gz \
|
||||
</note>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="4">
|
||||
<tgroup cols="5">
|
||||
<thead>
|
||||
<row>
|
||||
<entry><acronym>OS</acronym></entry>
|
||||
@ -1580,7 +1579,7 @@ gunzip -c user.ps.gz \
|
||||
</formalpara>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="4">
|
||||
<tgroup cols="5">
|
||||
<thead>
|
||||
<row>
|
||||
<entry><acronym>OS</acronym></entry>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.90 2001/10/11 21:16:26 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.91 2001/10/31 20:35:02 petere Exp $
|
||||
-->
|
||||
|
||||
<Chapter Id="runtime">
|
||||
@ -2157,7 +2157,7 @@ set semsys:seminfo_semmsl=32
|
||||
|
||||
<para>
|
||||
See also <ulink
|
||||
url="http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html">http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html</>
|
||||
url="http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html"></>
|
||||
for information on shared memory under
|
||||
<productname>Solaris</>.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user