Re: Blocks within a

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Blocks within a
Дата
Msg-id Pine.LNX.4.30.0103151702060.826-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Blocks within a  (Roberto Mello <rmello@cc.usu.edu>)
Список 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@gmx.net       http://yi.org/peter-e/


В списке pgsql-docs по дате отправления:

Предыдущее
От: "biju davis"
Дата:
Сообщение: not working
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: not working