]> granicus.if.org Git - postgresql/commitdiff
Fix some spelling errors in the documentation
authorMagnus Hagander <magnus@hagander.net>
Fri, 2 Nov 2018 12:55:57 +0000 (13:55 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 2 Nov 2018 12:56:52 +0000 (13:56 +0100)
Author: Daniel Gustafsson <daniel@yesql.se>

doc/src/sgml/libpq.sgml
doc/src/sgml/lobj.sgml
doc/src/sgml/logical-replication.sgml

index 82a440531b5163f5c6fe5804db89ebb5f1292c4d..601091c5709b295d6519c0c545a43363286e9565 100644 (file)
@@ -8478,7 +8478,7 @@ main(int argc, char **argv)
         exit_nicely(conn);
     }
 
-    /* Set always-secure search path, so malicous users can't take control. */
+    /* Set always-secure search path, so malicious users can't take control. */
     res = PQexec(conn,
                  "SELECT pg_catalog.set_config('search_path', '', false)");
     if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8648,7 +8648,7 @@ main(int argc, char **argv)
         exit_nicely(conn);
     }
 
-    /* Set always-secure search path, so malicous users can't take control. */
+    /* Set always-secure search path, so malicious users can't take control. */
     res = PQexec(conn,
                  "SELECT pg_catalog.set_config('search_path', '', false)");
     if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8875,7 +8875,7 @@ main(int argc, char **argv)
         exit_nicely(conn);
     }
 
-    /* Set always-secure search path, so malicous users can't take control. */
+    /* Set always-secure search path, so malicious users can't take control. */
     res = PQexec(conn, "SET search_path = testlibpq3");
     if (PQresultStatus(res) != PGRES_COMMAND_OK)
     {
index 7a9af9c31e6e6645167c20acd7c5d91a2c6220c7..4bcce4f5ed101c95277c0ade7f71c0ee53ee0004 100644 (file)
@@ -933,7 +933,7 @@ main(int argc, char **argv)
         exit_nicely(conn);
     }
 
-    /* Set always-secure search path, so malicous users can't take control. */
+    /* Set always-secure search path, so malicious users can't take control. */
     res = PQexec(conn,
                  "SELECT pg_catalog.set_config('search_path', '', false)");
     if (PQresultStatus(res) != PGRES_TUPLES_OK)
index 21c6c7817d375dad9432140928ad0dfd5986a043..3f2f674a1a9f29eaa26e552b533d537881babe52 100644 (file)
      some care must be taken when truncating groups of tables connected by
      foreign keys.  When replicating a truncate action, the subscriber will
      truncate the same group of tables that was truncated on the publisher,
-     either explictly specified or implicitly collected via
+     either explicitly specified or implicitly collected via
      <literal>CASCADE</literal>, minus tables that are not part of the
      subscription.  This will work correctly if all affected tables are part
      of the same subscription.  But if some tables to be truncated on the