Explorar el Código

modules/db_postgres: Fixed copy-and-paste error in module documentation
(cherry picked from commit c5a51e4236498cfe3ca31c8aae96d3b422a9da23)

Peter Dunkley hace 13 años
padre
commit
91b6dd8d1f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      modules/db_postgres/README
  2. 1 1
      modules/db_postgres/doc/db_postgres_admin.xml

+ 1 - 1
modules/db_postgres/README

@@ -85,7 +85,7 @@ Chapter 1. Admin Guide
 
    Example 1.1. Set retries parameter
 ...
-modparam("db_mysql", "retries", 3)
+modparam("db_postgres", "retries", 3)
 ...
 
 4. Functions

+ 1 - 1
modules/db_postgres/doc/db_postgres_admin.xml

@@ -76,7 +76,7 @@
 		<title>Set <varname>retries</varname> parameter</title>
 		<programlisting format="linespecific">
 ...
-modparam("db_mysql", "retries", 3)
+modparam("db_postgres", "retries", 3)
 ...
 </programlisting>
 		</example>