Re: Blocks within a - Mailing list pgsql-docs

From Roberto Mello
Subject Re: Blocks within a
Date
Msg-id 20010314145050.A8547@cc.usu.edu
Whole thread Raw
In response to Blocks within a  (Roberto Mello <rmello@cc.usu.edu>)
Responses Re: Blocks within a  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
    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
--
+----| http://fslc.usu.edu USU Free Software & GNU/Linux Club|------+
  Roberto Mello - Computer Science, USU - http://www.brasileiro.net
      http://www.sdl.usu.edu - Space Dynamics Lab, Web Developer
Je n'est suis pas tr�s content avec cette classe de Calculus.

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Blocks within a
Next
From: Justin Clift
Date:
Subject: How to I submit tips?