Skip to content

Commit fe80b5e

Browse files
committed
Remove more references to pgaccess as a build target in docs.
1 parent 62da2fa commit fe80b5e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

doc/src/sgml/installation.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.79 2002/08/30 17:14:30 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.80 2002/09/08 02:33:08 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -656,7 +656,7 @@ su - postgres
656656
<para>
657657
Builds components that require Tcl/Tk, which are
658658
<application>libpgtcl</>, <application>pgtclsh</>,
659-
<application>pgtksh</application>, <application>PgAccess</>,
659+
<application>pgtksh</application>,
660660
and <application>PL/Tcl</>. But see below about
661661
<option>--without-tk</>.
662662
</para>
@@ -668,8 +668,8 @@ su - postgres
668668
<listitem>
669669
<para>
670670
If you specify <option>--with-tcl</> and this option, then
671-
programs that require <productname>Tk</>
672-
(<application>pgtksh</> and <application>PgAccess</>) will be
671+
the program that requires <productname>Tk</>
672+
(<application>pgtksh</>) will be
673673
excluded.
674674
</para>
675675
</listitem>

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-
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.37 2002/08/27 04:55:07 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.38 2002/09/08 02:33:08 momjian Exp $
33

44
PostgreSQL Reference Manual
55
-->
@@ -176,7 +176,6 @@ Disable this chapter until we have more functions documented.
176176
&droplang;
177177
&dropuser;
178178
&ecpgRef;
179-
&pgAccess;
180179
&pgConfig;
181180
&pgDump;
182181
&pgDumpall;

0 commit comments

Comments
 (0)