Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 984c8a4

Browse files
committed
initlocation is history. (It's still mentioned in manage-ag.sgml,
but I'll leave that file alone so as not to mess up the doc patch I trust Gavin is working on.)
1 parent b33c723 commit 984c8a4

File tree

7 files changed

+6
-301
lines changed

7 files changed

+6
-301
lines changed

doc/src/sgml/ref/allfiles.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.57 2004/06/18 06:13:05 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.58 2004/06/18 21:24:01 tgl Exp $
33
PostgreSQL documentation
44
Complete list of usable sgml source files in this directory.
55
-->
@@ -111,7 +111,6 @@ Complete list of usable sgml source files in this directory.
111111
<!entity dropuser system "dropuser.sgml">
112112
<!entity ecpgRef system "ecpg-ref.sgml">
113113
<!entity initdb system "initdb.sgml">
114-
<!entity initlocation system "initlocation.sgml">
115114
<!entity ipcclean system "ipcclean.sgml">
116115
<!entity pgConfig system "pg_config-ref.sgml">
117116
<!entity pgControldata system "pg_controldata.sgml">

doc/src/sgml/ref/createdb.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.38 2004/03/23 02:47:35 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.39 2004/06/18 21:24:02 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -90,8 +90,7 @@ PostgreSQL documentation
9090
<term><option>--location <replaceable class="parameter">location</replaceable></></term>
9191
<listitem>
9292
<para>
93-
Specifies the alternative location for the database. See also <xref
94-
linkend="app-initlocation">.
93+
Specifies the alternative location for the database.
9594
</para>
9695
</listitem>
9796
</varlistentry>

doc/src/sgml/ref/initlocation.sgml

Lines changed: 0 additions & 89 deletions
This file was deleted.

doc/src/sgml/reference.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- reference.sgml
2-
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.48 2004/06/18 06:13:02 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.49 2004/06/18 21:24:04 tgl Exp $
33

44
PostgreSQL Reference Manual
55
-->
@@ -180,7 +180,6 @@ PostgreSQL Reference Manual
180180
</partintro>
181181

182182
&initdb;
183-
&initlocation;
184183
&ipcclean;
185184
&pgControldata;
186185
&pgCtl;

src/bin/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.43 2004/04/20 00:40:06 momjian Exp $
8+
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.44 2004/06/18 21:24:05 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

1212
subdir = src/bin
1313
top_builddir = ../..
1414
include $(top_builddir)/src/Makefile.global
1515

16-
DIRS := initdb initlocation ipcclean pg_ctl pg_dump \
16+
DIRS := initdb ipcclean pg_ctl pg_dump \
1717
psql scripts pg_config pg_controldata pg_resetxlog
1818

1919
all install installdirs uninstall depend distprep:

src/bin/initlocation/Makefile

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/bin/initlocation/initlocation.sh

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)