mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Use lower-case SGML attribute values
for DocBook XML compatibility
This commit is contained in:
@@ -20,7 +20,7 @@ doc/src/sgml/ref/load.sgml
|
||||
|
||||
<refsynopsisdiv>
|
||||
<synopsis>
|
||||
LOAD '<replaceable class="PARAMETER">filename</replaceable>'
|
||||
LOAD '<replaceable class="parameter">filename</replaceable>'
|
||||
</synopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@@ -53,7 +53,7 @@ LOAD '<replaceable class="PARAMETER">filename</replaceable>'
|
||||
<para>
|
||||
Non-superusers can only apply <command>LOAD</> to library files
|
||||
located in <filename>$libdir/plugins/</> — the specified
|
||||
<replaceable class="PARAMETER">filename</replaceable> must begin
|
||||
<replaceable class="parameter">filename</replaceable> must begin
|
||||
with exactly that string. (It is the database administrator's
|
||||
responsibility to ensure that only <quote>safe</> libraries
|
||||
are installed there.)
|
||||
|
Reference in New Issue
Block a user