1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

First pass over client applications documentation proofreading.

gabrielle
This commit is contained in:
Bruce Momjian
2010-02-19 03:50:03 +00:00
parent 4e3a616355
commit 2f6b4560af
13 changed files with 59 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/createlang.sgml,v 1.43 2009/02/26 16:02:37 petere Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/createlang.sgml,v 1.44 2010/02/19 03:50:03 momjian Exp $
PostgreSQL documentation
-->
@@ -69,7 +69,7 @@ PostgreSQL documentation
<term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term>
<listitem>
<para>
Specifies to which database the language should be added.
Specifies the database to which the language should be added.
The default is to use the database with the same name as the
current system user.
</para>
@@ -213,7 +213,7 @@ PostgreSQL documentation
<para>
Most error messages are self-explanatory. If not, run
<application>createlang</application> with the <option>--echo</option>
option and see under the respective <acronym>SQL</acronym> command
option and see the respective <acronym>SQL</acronym> command
for details. Also, any default connection settings and environment
variables used by the <application>libpq</application> front-end
library will apply.