diff options
Diffstat (limited to 'doc/src/sgml/advanced.sgml')
-rw-r--r-- | doc/src/sgml/advanced.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml index 2f7e43604d8..1a39a9b8ffa 100644 --- a/doc/src/sgml/advanced.sgml +++ b/doc/src/sgml/advanced.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.29 2002/10/20 05:05:46 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.30 2002/10/24 17:48:54 petere Exp $ --> <chapter id="tutorial-advanced"> @@ -130,7 +130,7 @@ ERROR: <unnamed> referential integrity violation - key referenced from we <para> The behavior of foreign keys can be finely tuned to your application. We will not go beyond this simple example in this - tutorial, but just refer you to &cite-reference; + tutorial, but just refer you to the &cite-reference; for more information. Making correct use of foreign keys will definitely improve the quality of your database applications, so you are strongly encouraged to learn about them. @@ -394,8 +394,8 @@ SELECT name, altitude <productname>PostgreSQL</productname> has many features not touched upon in this tutorial introduction, which has been oriented toward newer users of <acronym>SQL</acronym>. These - features are discussed in more detail in both &cite-user; - and &cite-programmer;. + features are discussed in more detail in both the &cite-user; + and the &cite-programmer;. </para> <para> |