From ba2e10fa512012d63f2abc873cef24b400830061 Mon Sep 17 00:00:00 2001 From: Nathan Bird Date: Tue, 2 Mar 2010 17:02:33 -0500 Subject: [PATCH] Fixing docbook xml schema errors in the documentation. --- doc/csql.xml | 36 ++++++++++++++++++------------------ doc/ref-ooddl.xml | 3 ++- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/doc/csql.xml b/doc/csql.xml index 4787898..f494441 100644 --- a/doc/csql.xml +++ b/doc/csql.xml @@ -465,24 +465,24 @@ There are other :join-info options available in &clsql;, but we will save those till we get to the many-to-many relation examples. - - Object Oriented Class Relations - - -&clsql; provides an Object Oriented Data Definition Language, which -provides a mapping from &sql; tables to CLOS objects. By default class -inheritance is handled by including all the columns from parent -classes into the child class. This means your database schema becomes -very much denormalized. The class option :normalizedp -can be used to disable the default behaviour and have &clsql; -normalize the database schemas of inherited classes. - - - -See def-view-class -for more information. - - + + Object Oriented Class Relations + + + &clsql; provides an Object Oriented Data Definition Language, which + provides a mapping from &sql; tables to CLOS objects. By default class + inheritance is handled by including all the columns from parent + classes into the child class. This means your database schema becomes + very much denormalized. The class option :normalizedp + can be used to disable the default behaviour and have &clsql; + normalize the database schemas of inherited classes. + + + + See def-view-class + for more information. + + diff --git a/doc/ref-ooddl.xml b/doc/ref-ooddl.xml index de79f21..03ab9aa 100644 --- a/doc/ref-ooddl.xml +++ b/doc/ref-ooddl.xml @@ -616,6 +616,7 @@ this class. + Normalized inheritance schemas Specifying that :normalizedp is T @@ -716,7 +717,7 @@ CLSQL> (title test-user) CLSQL> (nick test-user) "test-user" - + Examples -- 2.34.1