11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/manage-ag.sgml,v 2.12 2001/02/04 15:28:18 petere Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/manage-ag.sgml,v 2.13 2001/03/29 18:25:10 petere Exp $
33-->
44
55<chapter id="managing-databases">
@@ -11,7 +11,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/manage-ag.sgml,v 2.12 2001/02/04 15:28:18 p
1111 belongs to one and only one database. An application that connects
1212 to the database server specifies with its connection request the
1313 name of the database it wants to connect to. It is not possible to
14- access more thanonce database per connection. (But an application
14+ access more thanone database per connection. (But an application
1515 is not restricted in the number of connections it opens to the same
1616 or other databases.)
1717 </para>
@@ -123,6 +123,7 @@ createdb <replaceable class="parameter">dbname</replaceable>
123123 <informalexample>
124124<programlisting>
125125PGDATA2=/home/postgres/data
126+ export PGDATA2
126127</programlisting>
127128 </informalexample>
128129 in Bourne shells, or