1
1
<!--
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 $
3
3
-->
4
4
5
5
<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
11
11
belongs to one and only one database. An application that connects
12
12
to the database server specifies with its connection request the
13
13
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
15
15
is not restricted in the number of connections it opens to the same
16
16
or other databases.)
17
17
</para>
@@ -123,6 +123,7 @@ createdb <replaceable class="parameter">dbname</replaceable>
123
123
<informalexample>
124
124
<programlisting>
125
125
PGDATA2=/home/postgres/data
126
+ export PGDATA2
126
127
</programlisting>
127
128
</informalexample>
128
129
in Bourne shells, or