Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
fdf1319d
Commit
fdf1319d
authored
24 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
small fixes
parent
827edf20
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/manage-ag.sgml
+3
-2
3 additions, 2 deletions
doc/src/sgml/manage-ag.sgml
with
3 additions
and
2 deletions
doc/src/sgml/manage-ag.sgml
+
3
−
2
View file @
fdf1319d
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/manage-ag.sgml,v 2.1
2
2001/0
2/04
1
5
:2
8
:1
8
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/manage-ag.sgml,v 2.1
3
2001/0
3/29
1
8
:2
5
:1
0
petere Exp $
-->
-->
<chapter id="managing-databases">
<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,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
belongs to one and only one database. An application that connects
to the database server specifies with its connection request the
to the database server specifies with its connection request the
name of the database it wants to connect to. It is not possible to
name of the database it wants to connect to. It is not possible to
access more than on
c
e 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
is not restricted in the number of connections it opens to the same
or other databases.)
or other databases.)
</para>
</para>
...
@@ -123,6 +123,7 @@ createdb <replaceable class="parameter">dbname</replaceable>
...
@@ -123,6 +123,7 @@ createdb <replaceable class="parameter">dbname</replaceable>
<informalexample>
<informalexample>
<programlisting>
<programlisting>
PGDATA2=/home/postgres/data
PGDATA2=/home/postgres/data
export PGDATA2
</programlisting>
</programlisting>
</informalexample>
</informalexample>
in Bourne shells, or
in Bourne shells, or
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment