diff options
Diffstat (limited to 'doc/src/sgml/ref/load.sgml')
-rw-r--r-- | doc/src/sgml/ref/load.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/load.sgml b/doc/src/sgml/ref/load.sgml index 6e9182fa3b3..2be28e6d15a 100644 --- a/doc/src/sgml/ref/load.sgml +++ b/doc/src/sgml/ref/load.sgml @@ -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.) |