1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Use lower-case SGML attribute values

for DocBook XML compatibility
This commit is contained in:
Peter Eisentraut
2017-10-08 22:00:57 -04:00
parent 82c117cb90
commit 44b3230e82
120 changed files with 1104 additions and 1104 deletions

View File

@@ -25,7 +25,7 @@ PostgreSQL documentation
<refsynopsisdiv>
<synopsis>
DO [ LANGUAGE <replaceable class="PARAMETER">lang_name</replaceable> ] <replaceable class="PARAMETER">code</replaceable>
DO [ LANGUAGE <replaceable class="parameter">lang_name</replaceable> ] <replaceable class="parameter">code</replaceable>
</synopsis>
</refsynopsisdiv>
@@ -54,7 +54,7 @@ DO [ LANGUAGE <replaceable class="PARAMETER">lang_name</replaceable> ] <replacea
<variablelist>
<varlistentry>
<term><replaceable class="PARAMETER">code</replaceable></term>
<term><replaceable class="parameter">code</replaceable></term>
<listitem>
<para>
The procedural language code to be executed. This must be specified
@@ -65,7 +65,7 @@ DO [ LANGUAGE <replaceable class="PARAMETER">lang_name</replaceable> ] <replacea
</varlistentry>
<varlistentry>
<term><replaceable class="PARAMETER">lang_name</replaceable></term>
<term><replaceable class="parameter">lang_name</replaceable></term>
<listitem>
<para>
The name of the procedural language the code is written in.