diff options
-rw-r--r-- | doc/src/sgml/intro.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/intro.sgml b/doc/src/sgml/intro.sgml index 038eda4805c..4644dfdcd65 100644 --- a/doc/src/sgml/intro.sgml +++ b/doc/src/sgml/intro.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.22 2003/09/11 21:42:20 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.23 2003/10/21 22:47:54 tgl Exp $ --> <preface id="preface"> @@ -73,6 +73,13 @@ $Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.22 2003/09/11 21:42:20 momji program. </para> </listitem> + + <listitem> + <para> + <xref linkend="internals"> contains assorted information that can be of + use to <productname>PostgreSQL</> developers. + </para> + </listitem> </itemizedlist> </para> |