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
aa2cc6eb
Commit
aa2cc6eb
authored
Aug 16, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change >& to > and 2>&1.
parent
e69a997d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/install.sgml
doc/src/sgml/install.sgml
+3
-3
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+1
-1
doc/src/sgml/trouble.sgml
doc/src/sgml/trouble.sgml
+1
-1
No files found.
doc/src/sgml/install.sgml
View file @
aa2cc6eb
...
...
@@ -546,7 +546,7 @@ Compile the program. Type
<ProgramListing>
$ cd /usr/src/pgsql/src
$ gmake all >
& make.log
&
$ gmake all >
make.log 2>&1
&
$ tail -f make.log
</ProgramListing>
</Para>
...
...
@@ -589,7 +589,7 @@ then recompile again.
be specified on the command line using the COPT variable.
For example, typing
<ProgramListing>
$ gmake COPT="-g" all >
& make.log
&
$ gmake COPT="-g" all >
make.log 2>&1
&
</ProgramListing>
would invoke your compiler's <option>-g</option> option in all steps of the
build. See <filename>src/Makefile.global.in</filename> for further details.
...
...
@@ -601,7 +601,7 @@ $ gmake COPT="-g" all >& make.log &
Install the program. Type
<ProgramListing>
$ cd /usr/src/pgsql/src
$ gmake install >
& make.install.log
&
$ gmake install >
make.install.log 2>&1
&
$ tail -f make.install.log
</ProgramListing>
</Para>
...
...
doc/src/sgml/runtime.sgml
View file @
aa2cc6eb
...
...
@@ -62,7 +62,7 @@
the
log
file
:
<
ProgramListing
>
%
postmaster
-
d
>
&
pm
.
log
&
%
postmaster
-
d
>
pm
.
log
2
>&
1
&
</
ProgramListing
>
If
you
do
not
wish
to
see
these
messages
,
you
can
type
...
...
doc/src/sgml/trouble.sgml
View file @
aa2cc6eb
...
...
@@ -148,7 +148,7 @@ FATAL 1: Database testdb does not exist in pg_database
the log file:
<ProgramListing>
% postmaster -d >
& pm.log
&
% postmaster -d >
pm.log 2>&1
&
</ProgramListing>
If you do not wish to see these messages, you can type
...
...
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