Re: Blocks within a <sect2>

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
Cc: <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Blocks within a <sect2>
Date: 2001-03-15 16:03:10
Message-ID: Pine.LNX.4.30.0103151702060.826-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

You probably want to make the <variablelist> entries into separate
<sect3>'s and leave the itemizedlist as you show it, possibly with some
links (xref's) to the respective section.

Roberto Mello writes:

> Here's what I am trying to do with links. I want to link the items in
> the itemized list with its respecitev counterparts in the
> <variablelist> below. Suggestions?
>
> <sect2 id="plpgsql-advantages">
> <title>Advantages of Using PL/pgSQL</title>
>
> <itemizedlist>
> <listitem>
> <para>
> Better performance
> </para>
> </listitem>
> <listitem>
> <para>
> SQL Support
> </para>
> </listitem>
> <listitem>
> <para>
> Portability
> </para>
> </listitem>
> </itemizedlist>
>
> <variablelist>
>
> <varlistentry id="better-performance">
> <term>
> Better Performance
> </term>
> <listitem>
> <para>
> <acronym>SQL</acronym> is the language PosgreSQL
> (and most other Relational Databases) use as query
> language. It's portable and easy to learn. But every
> <acronym>SQL</acronym> statement must be executed
> individually by the database server.
> </para>
>
> -Roberto
>

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Roberto Mello 2001-03-15 21:13:49 Contribute to the PL/pgSQL CookBook !!
Previous Message Oliver Elphick 2001-03-15 16:00:29 Re: not working