<refsynopsisdiv>
<synopsis>
-DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ [ WITH ] ( <replaceable class="parameter">option</replaceable> [, ...] ) ]
+DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ [ WITH ] ( <replaceable class="parameter">option</replaceable> [, ...] ) ]
<phrase>where <replaceable class="parameter">option</replaceable> can be:</phrase>
</para>
<para>
This will fail if the current user has no permissions to terminate other
- connections. Required permissions are the same as with
+ connections. Required permissions are the same as with
<literal>pg_terminate_backend</literal>, described in
<xref linkend="functions-admin-signal"/>. This will also fail if we
are not able to terminate connections.
<listitem>
<para>
Only validate checksums in the relation with filenode
- <replaceable>filenode</replaceable>.
+ <replaceable>filenode</replaceable>.
</para>
</listitem>
</varlistentry>
<para>
The write-ahead log is streamed over a regular
<productname>PostgreSQL</productname> connection and uses the replication
- protocol. The connection must be made with a user having
+ protocol. The connection must be made with a user having
<literal>REPLICATION</literal> permissions (see
<xref linkend="role-attributes"/>) or a superuser, and
<filename>pg_hba.conf</filename> must permit the replication connection.
files won't be listed in the backup manifest. Only files are checked;
the presence or absence of directories is not verified, except
indirectly: if a directory is missing, any files it should have contained
- will necessarily also be missing.
+ will necessarily also be missing.
</para>
<para>
<listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
-2020-03-05 [84eca14bc] Remove ancient hacks to ignore certain opclass names in
+2020-03-05 [84eca14bc] Remove ancient hacks to ignore certain opclass names in
-->
<para>
<listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
-2020-04-01 [a80818605] Improve selectivity estimation for assorted match-style
+2020-04-01 [a80818605] Improve selectivity estimation for assorted match-style
-->
<para>
Author: Tomas Vondra <tomas.vondra@postgresql.org>
2020-03-14 [e83daa7e3] Use multi-variate MCV lists to estimate ScalarArrayOpExp
Author: Tomas Vondra <tomas.vondra@postgresql.org>
-2020-03-18 [ccaa3569f] Recognize some OR clauses as compatible with functional
+2020-03-18 [ccaa3569f] Recognize some OR clauses as compatible with functional
-->
<para>
<listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
-2019-10-28 [8b7a0f1d1] Allow extracting fields from a ROW() expression in more
+2019-10-28 [8b7a0f1d1] Allow extracting fields from a ROW() expression in more
-->
<para>
<listitem>
<!--
Author: Author: Fujii Masao <fujii@postgresql.org>
-2020-03-19 [fab13dc50] Make pg_basebackup ask the server to estimate the total
+2020-03-19 [fab13dc50] Make pg_basebackup ask the server to estimate the total
-->
<para>