aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-08 02:33:08 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-08 02:33:08 +0000
commitfe80b5ed8a359d3d3af346331d53f97936318d3b (patch)
tree105561bdb5d58290b16c1d80784de8132b5575a5 /doc/src
parent62da2fa0e1cb3cf1df8d633f785e391c35477f7e (diff)
downloadpostgresql-fe80b5ed8a359d3d3af346331d53f97936318d3b.tar.gz
postgresql-fe80b5ed8a359d3d3af346331d53f97936318d3b.zip
Remove more references to pgaccess as a build target in docs.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml8
-rw-r--r--doc/src/sgml/reference.sgml3
2 files changed, 5 insertions, 6 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 72c104be2d7..69aa6737f6b 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.79 2002/08/30 17:14:30 momjian Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.80 2002/09/08 02:33:08 momjian Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -656,7 +656,7 @@ su - postgres
<para>
Builds components that require Tcl/Tk, which are
<application>libpgtcl</>, <application>pgtclsh</>,
- <application>pgtksh</application>, <application>PgAccess</>,
+ <application>pgtksh</application>,
and <application>PL/Tcl</>. But see below about
<option>--without-tk</>.
</para>
@@ -668,8 +668,8 @@ su - postgres
<listitem>
<para>
If you specify <option>--with-tcl</> and this option, then
- programs that require <productname>Tk</>
- (<application>pgtksh</> and <application>PgAccess</>) will be
+ the program that requires <productname>Tk</>
+ (<application>pgtksh</>) will be
excluded.
</para>
</listitem>
diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml
index 22a3c07a3e6..247ce8d8ce0 100644
--- a/doc/src/sgml/reference.sgml
+++ b/doc/src/sgml/reference.sgml
@@ -1,5 +1,5 @@
<!-- reference.sgml
-$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.37 2002/08/27 04:55:07 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.38 2002/09/08 02:33:08 momjian Exp $
PostgreSQL Reference Manual
-->
@@ -176,7 +176,6 @@ Disable this chapter until we have more functions documented.
&droplang;
&dropuser;
&ecpgRef;
- &pgAccess;
&pgConfig;
&pgDump;
&pgDumpall;