diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-21 22:47:54 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-21 22:47:54 +0000 |
commit | 6c7c493a093ed8f2060015f91b3d1ffe881f1339 (patch) | |
tree | ed41caebd24000706a9c82b032436a8695b5fb85 | |
parent | 2b23bf376ba0bf36be08592e4f6dbab81e9db1e0 (diff) | |
download | postgresql-6c7c493a093ed8f2060015f91b3d1ffe881f1339.tar.gz postgresql-6c7c493a093ed8f2060015f91b3d1ffe881f1339.zip |
For some reason, the preface mentions just six of the seven major parts
of the book. Fix it.
-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> |