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
78f69862
Commit
78f69862
authored
Oct 10, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename pg-config to pg_config to be consistent with other pg commands.
parent
4d76a801
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
15 deletions
+15
-15
doc/src/sgml/Makefile
doc/src/sgml/Makefile
+2
-2
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/allfiles.sgml
+2
-2
doc/src/sgml/ref/pg_config-ref.sgml
doc/src/sgml/ref/pg_config-ref.sgml
+0
-0
src/bin/Makefile
src/bin/Makefile
+2
-2
src/bin/pg_config/Makefile
src/bin/pg_config/Makefile
+7
-7
src/bin/pg_config/pg_config.sh
src/bin/pg_config/pg_config.sh
+2
-2
No files found.
doc/src/sgml/Makefile
View file @
78f69862
...
...
@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.2
2 2000/10/05 19:48:16
momjian Exp $
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.2
3 2000/10/10 22:01:50
momjian Exp $
#
#----------------------------------------------------------------------------
...
...
@@ -78,7 +78,7 @@ APPLICATIONS= createdb.sgml createlang.sgml createuser.sgml \
pg_upgrade.sgml
\
pgaccess-ref.sgml
\
pgadmin-ref.sgml
\
pg
-
config-ref.sgml
\
pg
_
config-ref.sgml
\
pg_ctl-ref.sgml
\
pgtclsh.sgml
\
pgtksh.sgml
\
...
...
doc/src/sgml/ref/allfiles.sgml
View file @
78f69862
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.2
2 2000/10/05 19:48:17
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.2
3 2000/10/10 22:01:51
momjian Exp $
Postgres documentation
Complete list of usable sgml source files in this directory.
-->
...
...
@@ -120,7 +120,7 @@ Complete list of usable sgml source files in this directory.
<!entity ipcclean system "ipcclean.sgml">
<!entity pgAccess system "pgaccess-ref.sgml">
<!entity pgAdmin system "pgadmin-ref.sgml">
<!entity pgConfig system "pg
-
config-ref.sgml">
<!entity pgConfig system "pg
_
config-ref.sgml">
<!entity pgCtl system "pg_ctl-ref.sgml">
<!entity pgDump system "pg_dump.sgml">
<!entity pgDumpall system "pg_dumpall.sgml">
...
...
doc/src/sgml/ref/pg
-
config-ref.sgml
→
doc/src/sgml/ref/pg
_
config-ref.sgml
View file @
78f69862
File moved
src/bin/Makefile
View file @
78f69862
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.3
2 2000/09/25 22:22:54 petere
Exp $
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.3
3 2000/10/10 22:01:52 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,7 +13,7 @@ top_builddir = ../..
include
$(top_builddir)/src/Makefile.global
DIRS
:=
initdb initlocation ipcclean pg_ctl pg_dump pg_id
\
pg_passwd psql scripts pg
-
config
pg_passwd psql scripts pg
_
config
ifdef
MULTIBYTE
DIRS
+=
pg_encoding
...
...
src/bin/pg
-
config/Makefile
→
src/bin/pg
_
config/Makefile
View file @
78f69862
# $Header: /cvsroot/pgsql/src/bin/pg
-config/Attic/Makefile,v 1.3 2000/09/17 13:02:34 petere
Exp $
# $Header: /cvsroot/pgsql/src/bin/pg
_config/Makefile,v 1.1 2000/10/10 22:01:55 momjian
Exp $
subdir
=
src/bin/pg
-
config
subdir
=
src/bin/pg
_
config
top_builddir
=
../../..
include
$(top_builddir)/src/Makefile.global
all
:
pg
-
config
all
:
pg
_
config
pg
-config
:
pg-
config.sh $(top_builddir)/config.status $(top_builddir)/src/Makefile.global Makefile
pg
_config
:
pg_
config.sh $(top_builddir)/config.status $(top_builddir)/src/Makefile.global Makefile
configure
=
`
sed
-n
'7s,^# [^ ]*configure *,,p'
$(top_builddir)
/config.status
`
&&
\
sed
-e
's,@bindir@,
$(bindir)
,g'
\
-e
's,@includedir@,
$(includedir)
,g'
\
...
...
@@ -17,13 +17,13 @@ pg-config: pg-config.sh $(top_builddir)/config.status $(top_builddir)/src/Makefi
chmod
a+x
$@
install
:
all installdirs
$(INSTALL_SCRIPT)
pg
-config
$(DESTDIR)$(bindir)
/pg-
config
$(INSTALL_SCRIPT)
pg
_config
$(DESTDIR)$(bindir)
/pg_
config
installdirs
:
$(mkinstalldirs)
$(DESTDIR)$(bindir)
uninstall
:
rm
-f
$(DESTDIR)$(bindir)
/pg
-
config
rm
-f
$(DESTDIR)$(bindir)
/pg
_
config
clean distclean maintainer-clean
:
rm
-f
pg
-
config
rm
-f
pg
_
config
src/bin/pg
-config/pg-
config.sh
→
src/bin/pg
_config/pg_
config.sh
View file @
78f69862
...
...
@@ -7,7 +7,7 @@
# Author: Peter Eisentraut <peter_e@gmx.net>
# Public domain
# $Header: /cvsroot/pgsql/src/bin/pg
-config/Attic/pg-config.sh,v 1.1 2000/08/26 13:08:16 petere
Exp $
# $Header: /cvsroot/pgsql/src/bin/pg
_config/Attic/pg_config.sh,v 1.1 2000/10/10 22:01:55 momjian
Exp $
me
=
`
basename
$0
`
...
...
@@ -67,4 +67,4 @@ do
eval
"echo
$thing
"
done
# end of pg
-
config
# end of pg
_
config
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