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
6b549775
Commit
6b549775
authored
26 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Fix up examples of sh/ksh PATH environment variable definition.
parent
22890097
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/sgml/environ.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/environ.sgml
doc/src/sgml/runtime.sgml
+1
-1
1 addition, 1 deletion
doc/src/sgml/runtime.sgml
doc/src/sgml/start.sgml
+1
-1
1 addition, 1 deletion
doc/src/sgml/start.sgml
with
4 additions
and
4 deletions
doc/src/sgml/environ.sgml
+
2
−
2
View file @
6b549775
...
...
@@ -32,8 +32,8 @@ set path = ( /usr/local/pgsql/bin path )
a variant of the Bourne shell, such as <Application>sh</Application>, <Application>ksh</Application>, or
<Application>bash</Application>, then you would add
<ProgramListing>
PATH=/usr/local/pgsql/bin
PATH
export PATH
$
PATH=/usr/local/pgsql/bin
:$
PATH
$
export PATH
</ProgramListing>
to the <FileName>.profile</FileName> file in your home directory.
From now on, we will assume that you have added the
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/runtime.sgml
+
1
−
1
View file @
6b549775
...
...
@@ -62,7 +62,7 @@ set path = ( /usr/local/pgsql/bin path )
a variant of the Bourne shell, such as sh, ksh, or
bash, then you would add
<ProgramListing>
PATH=/usr/local/pgsql/bin
PATH
PATH=/usr/local/pgsql/bin
:$
PATH
export PATH
</ProgramListing>
to the .profile file in your home directory.
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/start.sgml
+
1
−
1
View file @
6b549775
...
...
@@ -67,7 +67,7 @@ of a client application is the interactive monitor <Application>psql</Applicatio
a variant of the Bourne shell, such as sh, ksh, or
bash, then you would add
<ProgramListing>
% PATH=/usr/local/pgsql/bin
PATH
% PATH=/usr/local/pgsql/bin
:$
PATH
% export PATH
</ProgramListing>
to the .profile file in your home directory.
...
...
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