Commit bf6e4c3c authored by Peter Eisentraut's avatar Peter Eisentraut

Trim trailing whitespace

parent ddd7b22b
...@@ -4361,7 +4361,7 @@ SELECT (regexp_match('foobarbequebaz', 'bar.*que'))[1]; ...@@ -4361,7 +4361,7 @@ SELECT (regexp_match('foobarbequebaz', 'bar.*que'))[1];
<para> <para>
Some examples: Some examples:
<programlisting> <programlisting>
SELECT regexp_matches('foo', 'not there'); SELECT regexp_matches('foo', 'not there');
regexp_matches regexp_matches
---------------- ----------------
(0 rows) (0 rows)
......
...@@ -1175,7 +1175,7 @@ synchronous_standby_names = 'FIRST 2 (s1, s2, s3)' ...@@ -1175,7 +1175,7 @@ synchronous_standby_names = 'FIRST 2 (s1, s2, s3)'
An example of <varname>synchronous_standby_names</> for An example of <varname>synchronous_standby_names</> for
a quorum-based multiple synchronous standbys is: a quorum-based multiple synchronous standbys is:
<programlisting> <programlisting>
synchronous_standby_names = 'ANY 2 (s1, s2, s3)' synchronous_standby_names = 'ANY 2 (s1, s2, s3)'
</programlisting> </programlisting>
In this example, if four standby servers <literal>s1</>, <literal>s2</>, In this example, if four standby servers <literal>s1</>, <literal>s2</>,
<literal>s3</> and <literal>s4</> are running, transaction commits will <literal>s3</> and <literal>s4</> are running, transaction commits will
......
...@@ -5941,9 +5941,9 @@ char *PQencryptPasswordConn(PGconn *conn, const char *passwd, const char *user, ...@@ -5941,9 +5941,9 @@ char *PQencryptPasswordConn(PGconn *conn, const char *passwd, const char *user,
<listitem> <listitem>
<para> <para>
Prepares the md5-encrypted form of a <productname>PostgreSQL</> password. Prepares the md5-encrypted form of a <productname>PostgreSQL</> password.
<synopsis> <synopsis>
char *PQencryptPassword(const char *passwd, const char *user); char *PQencryptPassword(const char *passwd, const char *user);
</synopsis> </synopsis>
<function>PQencryptPassword</> is an older, deprecated version of <function>PQencryptPassword</> is an older, deprecated version of
<function>PQencryptPasswodConn</>. The difference is that <function>PQencryptPasswodConn</>. The difference is that
<function>PQencryptPassword</> does not <function>PQencryptPassword</> does not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment