-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.325.2.6 2010/01/16 20:38:57 mha Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.325.2.7 2010/07/27 18:56:22 petere Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
-bash-3.00$ createlang plpgsql template1
createlang: language installation failed: ERROR: could not load library "/opt/dbs/pgsql748/lib/plpgsql.so": A memory address is not in the address space for the process.
</screen>
- Running as a non-owner in the group posessing the PostgreSQL
+ Running as a non-owner in the group possessing the PostgreSQL
installation:
<screen>
-bash-3.00$ createlang plpgsql template1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.289.2.3 2010/07/14 17:10:02 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.289.2.4 2010/07/27 18:56:22 petere Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
to be text strings.
</para>
<para>
- Values passed in binary format require knowlege of
+ Values passed in binary format require knowledge of
the internal representation expected by the backend.
For example, integers must be passed in network byte
order. Passing <type>numeric</> values requires
-<!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.7 2009/05/18 11:08:24 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.7.2.1 2010/07/27 18:56:22 petere Exp $ -->
<sect1 id="xml2">
<title>xml2</title>
</synopsis>
<para>
- This function appplies the XSL stylesheet to the document and returns
+ This function applies the XSL stylesheet to the document and returns
the transformed result. The paramlist is a list of parameter
assignments to be used in the transformation, specified in the form
<literal>a=1,b=2</>. Note that the