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
b420c474
Commit
b420c474
authored
24 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Disable pg_upgrade.
parent
5b4045d5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/reference.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/reference.sgml
src/bin/pg_dump/Makefile
+2
-2
2 additions, 2 deletions
src/bin/pg_dump/Makefile
with
4 additions
and
4 deletions
doc/src/sgml/reference.sgml
+
2
−
2
View file @
b420c474
<!-- reference.sgml
<!-- reference.sgml
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.1
4
2001/0
2/03 19:03:27
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.1
5
2001/0
3/24 13:21:14
petere Exp $
PostgreSQL Reference Manual
PostgreSQL Reference Manual
-->
-->
...
@@ -160,7 +160,7 @@ Disable this chapter until we have more functions documented.
...
@@ -160,7 +160,7 @@ Disable this chapter until we have more functions documented.
&ipcclean;
&ipcclean;
&pgCtl;
&pgCtl;
&pgPasswd;
&pgPasswd;
&pgUpgrade;
<!--
&pgUpgrade;
-->
&postgres;
&postgres;
&postmaster;
&postmaster;
...
...
This diff is collapsed.
Click to expand it.
src/bin/pg_dump/Makefile
+
2
−
2
View file @
b420c474
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.3
0
2001/0
2
/2
7 08:13:28 ishii
Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.3
1
2001/0
3
/2
4 13:21:14 petere
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -55,7 +55,7 @@ install: all installdirs
...
@@ -55,7 +55,7 @@ install: all installdirs
$(
INSTALL_PROGRAM
)
pg_dump
$(
X
)
$(
DESTDIR
)$(
bindir
)
/pg_dump
$(
X
)
$(
INSTALL_PROGRAM
)
pg_dump
$(
X
)
$(
DESTDIR
)$(
bindir
)
/pg_dump
$(
X
)
$(
INSTALL_PROGRAM
)
pg_restore
$(
X
)
$(
DESTDIR
)$(
bindir
)
/pg_restore
$(
X
)
$(
INSTALL_PROGRAM
)
pg_restore
$(
X
)
$(
DESTDIR
)$(
bindir
)
/pg_restore
$(
X
)
$(
INSTALL_SCRIPT
)
pg_dumpall
$(
DESTDIR
)$(
bindir
)
/pg_dumpall
$(
INSTALL_SCRIPT
)
pg_dumpall
$(
DESTDIR
)$(
bindir
)
/pg_dumpall
$(
INSTALL_SCRIPT
)
$(
srcdir
)
/pg_upgrade
$(
DESTDIR
)$(
bindir
)
/pg_upgrade
#
$(INSTALL_SCRIPT) $(srcdir)/pg_upgrade $(DESTDIR)$(bindir)/pg_upgrade
installdirs
:
installdirs
:
$(
mkinstalldirs
)
$(
DESTDIR
)$(
bindir
)
$(
mkinstalldirs
)
$(
DESTDIR
)$(
bindir
)
...
...
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