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
b420c474
Commit
b420c474
authored
Mar 24, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable pg_upgrade.
parent
5b4045d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/reference.sgml
doc/src/sgml/reference.sgml
+2
-2
src/bin/pg_dump/Makefile
src/bin/pg_dump/Makefile
+2
-2
No files found.
doc/src/sgml/reference.sgml
View file @
b420c474
<!-- reference.sgml
<!-- reference.sgml
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.1
4 2001/02/03 19:03:27
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.1
5 2001/03/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;
...
...
src/bin/pg_dump/Makefile
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/02/27 08:13:28 ishii
Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.3
1 2001/03/24 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)
...
...
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