From ddcf1bca74498bccf308336b9e86a4d64a091eb3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 4 Oct 2001 22:27:58 +0000 Subject: [PATCH] Replace simplelists with itemizedlists for better formatting --- doc/src/sgml/intro.sgml | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/intro.sgml b/doc/src/sgml/intro.sgml index 50819cdb77..5c3a5c8702 100644 --- a/doc/src/sgml/intro.sgml +++ b/doc/src/sgml/intro.sgml @@ -1,5 +1,5 @@ @@ -49,22 +49,36 @@ $Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.14 2001/02/03 19:03:27 peter concepts in such a way that users can easily extend the system: - - inheritance - data types - functions - + + + inheritance + + + data types + + + functions + + Other features provide additional power and flexibility: - - constraints - triggers - rules - transaction integrity - + + + constraints + + + triggers + + + rules + + + transaction integrity + + -- 2.40.0