diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-29 18:25:10 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-29 18:25:10 +0000 |
commit | fdf1319d225219bce53c33d504b57f617943dbe7 (patch) | |
tree | 54484ee200daa9d028432986560428930f96809d | |
parent | 827edf20765cda3640002b6c17d04dcd944ec3a3 (diff) | |
download | postgresql-fdf1319d225219bce53c33d504b57f617943dbe7.tar.gz postgresql-fdf1319d225219bce53c33d504b57f617943dbe7.zip |
small fixes
-rw-r--r-- | doc/src/sgml/manage-ag.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/manage-ag.sgml b/doc/src/sgml/manage-ag.sgml index 1cd500b3b0b..9fd46dbb0e7 100644 --- a/doc/src/sgml/manage-ag.sgml +++ b/doc/src/sgml/manage-ag.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/manage-ag.sgml,v 2.12 2001/02/04 15:28:18 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/manage-ag.sgml,v 2.13 2001/03/29 18:25:10 petere Exp $ --> <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 belongs to one and only one database. An application that connects to the database server specifies with its connection request the name of the database it wants to connect to. It is not possible to - access more than once database per connection. (But an application + access more than one database per connection. (But an application is not restricted in the number of connections it opens to the same or other databases.) </para> @@ -123,6 +123,7 @@ createdb <replaceable class="parameter">dbname</replaceable> <informalexample> <programlisting> PGDATA2=/home/postgres/data +export PGDATA2 </programlisting> </informalexample> in Bourne shells, or |