Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6b549775
Commit
6b549775
authored
May 04, 1999
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up examples of sh/ksh PATH environment variable definition.
parent
22890097
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/environ.sgml
doc/src/sgml/environ.sgml
+2
-2
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+1
-1
doc/src/sgml/start.sgml
doc/src/sgml/start.sgml
+1
-1
No files found.
doc/src/sgml/environ.sgml
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
...
...
doc/src/sgml/runtime.sgml
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.
...
...
doc/src/sgml/start.sgml
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment