Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0083a824
Commit
0083a824
authored
Nov 02, 2018
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some spelling errors in the documentation
Author: Daniel Gustafsson <daniel@yesql.se>
parent
fbec7459
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+3
-3
doc/src/sgml/lobj.sgml
doc/src/sgml/lobj.sgml
+1
-1
doc/src/sgml/logical-replication.sgml
doc/src/sgml/logical-replication.sgml
+1
-1
No files found.
doc/src/sgml/libpq.sgml
View file @
0083a824
...
@@ -8478,7 +8478,7 @@ main(int argc, char **argv)
...
@@ -8478,7 +8478,7 @@ main(int argc, char **argv)
exit_nicely(conn);
exit_nicely(conn);
}
}
/* Set always-secure search path, so malicous users can't take control. */
/* Set always-secure search path, so malic
i
ous users can't take control. */
res = PQexec(conn,
res = PQexec(conn,
"SELECT pg_catalog.set_config('search_path', '', false)");
"SELECT pg_catalog.set_config('search_path', '', false)");
if (PQresultStatus(res) != PGRES_TUPLES_OK)
if (PQresultStatus(res) != PGRES_TUPLES_OK)
...
@@ -8648,7 +8648,7 @@ main(int argc, char **argv)
...
@@ -8648,7 +8648,7 @@ main(int argc, char **argv)
exit_nicely(conn);
exit_nicely(conn);
}
}
/* Set always-secure search path, so malicous users can't take control. */
/* Set always-secure search path, so malic
i
ous users can't take control. */
res = PQexec(conn,
res = PQexec(conn,
"SELECT pg_catalog.set_config('search_path', '', false)");
"SELECT pg_catalog.set_config('search_path', '', false)");
if (PQresultStatus(res) != PGRES_TUPLES_OK)
if (PQresultStatus(res) != PGRES_TUPLES_OK)
...
@@ -8875,7 +8875,7 @@ main(int argc, char **argv)
...
@@ -8875,7 +8875,7 @@ main(int argc, char **argv)
exit_nicely(conn);
exit_nicely(conn);
}
}
/* Set always-secure search path, so malicous users can't take control. */
/* Set always-secure search path, so malic
i
ous users can't take control. */
res = PQexec(conn, "SET search_path = testlibpq3");
res = PQexec(conn, "SET search_path = testlibpq3");
if (PQresultStatus(res) != PGRES_COMMAND_OK)
if (PQresultStatus(res) != PGRES_COMMAND_OK)
{
{
...
...
doc/src/sgml/lobj.sgml
View file @
0083a824
...
@@ -933,7 +933,7 @@ main(int argc, char **argv)
...
@@ -933,7 +933,7 @@ main(int argc, char **argv)
exit_nicely(conn);
exit_nicely(conn);
}
}
/* Set always-secure search path, so malicous users can't take control. */
/* Set always-secure search path, so malic
i
ous users can't take control. */
res = PQexec(conn,
res = PQexec(conn,
"SELECT pg_catalog.set_config('search_path', '', false)");
"SELECT pg_catalog.set_config('search_path', '', false)");
if (PQresultStatus(res) != PGRES_TUPLES_OK)
if (PQresultStatus(res) != PGRES_TUPLES_OK)
...
...
doc/src/sgml/logical-replication.sgml
View file @
0083a824
...
@@ -377,7 +377,7 @@
...
@@ -377,7 +377,7 @@
some care must be taken when truncating groups of tables connected by
some care must be taken when truncating groups of tables connected by
foreign keys. When replicating a truncate action, the subscriber will
foreign keys. When replicating a truncate action, the subscriber will
truncate the same group of tables that was truncated on the publisher,
truncate the same group of tables that was truncated on the publisher,
either explictly specified or implicitly collected via
either explic
i
tly specified or implicitly collected via
<literal>CASCADE</literal>, minus tables that are not part of the
<literal>CASCADE</literal>, minus tables that are not part of the
subscription. This will work correctly if all affected tables are part
subscription. This will work correctly if all affected tables are part
of the same subscription. But if some tables to be truncated on the
of the same subscription. But if some tables to be truncated on the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment