File tree 7 files changed +6
-301
lines changed 7 files changed +6
-301
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
Complete list of usable sgml source files in this directory.
5
5
-->
@@ -111,7 +111,6 @@ Complete list of usable sgml source files in this directory.
111
111
<!entity dropuser system "dropuser.sgml">
112
112
<!entity ecpgRef system "ecpg-ref.sgml">
113
113
<!entity initdb system "initdb.sgml">
114
- <!entity initlocation system "initlocation.sgml">
115
114
<!entity ipcclean system "ipcclean.sgml">
116
115
<!entity pgConfig system "pg_config-ref.sgml">
117
116
<!entity pgControldata system "pg_controldata.sgml">
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -90,8 +90,7 @@ PostgreSQL documentation
90
90
<term><option>--location <replaceable class="parameter">location</replaceable></></term>
91
91
<listitem>
92
92
<para>
93
- Specifies the alternative location for the database. See also <xref
94
- linkend="app-initlocation">.
93
+ Specifies the alternative location for the database.
95
94
</para>
96
95
</listitem>
97
96
</varlistentry>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<!-- 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 $
3
3
4
4
PostgreSQL Reference Manual
5
5
-->
@@ -180,7 +180,6 @@ PostgreSQL Reference Manual
180
180
</partintro>
181
181
182
182
&initdb;
183
- &initlocation;
184
183
&ipcclean;
185
184
&pgControldata;
186
185
&pgCtl;
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
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 $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
12
12
subdir = src/bin
13
13
top_builddir = ../..
14
14
include $(top_builddir ) /src/Makefile.global
15
15
16
- DIRS := initdb initlocation ipcclean pg_ctl pg_dump \
16
+ DIRS := initdb ipcclean pg_ctl pg_dump \
17
17
psql scripts pg_config pg_controldata pg_resetxlog
18
18
19
19
all install installdirs uninstall depend distprep :
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments