1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Spelling fixes

This commit is contained in:
Peter Eisentraut
2010-07-27 18:56:22 +00:00
parent dd23d63ddc
commit 966ab3f730
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<!-- $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"> <chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]> <title><![%standalone-include[<productname>PostgreSQL</>]]>
@ -2269,7 +2269,7 @@ hosts=local4,bind4
-bash-3.00$ createlang plpgsql template1 -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. 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> </screen>
Running as a non-owner in the group posessing the PostgreSQL Running as a non-owner in the group possessing the PostgreSQL
installation: installation:
<screen> <screen>
-bash-3.00$ createlang plpgsql template1 -bash-3.00$ createlang plpgsql template1

View File

@ -1,4 +1,4 @@
<!-- $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"> <chapter id="libpq">
<title><application>libpq</application> - C Library</title> <title><application>libpq</application> - C Library</title>
@ -1572,7 +1572,7 @@ PGresult *PQexecParams(PGconn *conn,
to be text strings. to be text strings.
</para> </para>
<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. the internal representation expected by the backend.
For example, integers must be passed in network byte For example, integers must be passed in network byte
order. Passing <type>numeric</> values requires order. Passing <type>numeric</> values requires

View File

@ -1,4 +1,4 @@
<!-- $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"> <sect1 id="xml2">
<title>xml2</title> <title>xml2</title>
@ -386,7 +386,7 @@ WHERE t.author_id = p.person_id;
</synopsis> </synopsis>
<para> <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 the transformed result. The paramlist is a list of parameter
assignments to be used in the transformation, specified in the form assignments to be used in the transformation, specified in the form
<literal>a=1,b=2</>. Note that the <literal>a=1,b=2</>. Note that the