aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/droplang.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/droplang.sgml')
-rw-r--r--doc/src/sgml/ref/droplang.sgml20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml
index f0e2bf95946..c9d034a4c14 100644
--- a/doc/src/sgml/ref/droplang.sgml
+++ b/doc/src/sgml/ref/droplang.sgml
@@ -34,14 +34,14 @@ PostgreSQL documentation
<arg choice="plain"><replaceable>dbname</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
-
+
<refsect1 id="R1-APP-DROPLANG-1">
<title>
Description
</title>
<para>
- <application>droplang</application> is a utility for removing an
+ <application>droplang</application> is a utility for removing an
existing programming language from a
<productname>PostgreSQL</productname> database.
<application>droplang</application> can drop any procedural language,
@@ -63,7 +63,7 @@ PostgreSQL documentation
<para>
<application>droplang</application> accepts the following command line arguments:
-
+
<variablelist>
<varlistentry>
<term><replaceable class="parameter">langname</replaceable></term>
@@ -131,18 +131,18 @@ PostgreSQL documentation
</para>
<para>
- <application>droplang</application> also accepts
+ <application>droplang</application> also accepts
the following command line arguments for connection parameters:
-
+
<variablelist>
<varlistentry>
<term><option>-h <replaceable class="parameter">host</replaceable></></term>
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<listitem>
<para>
- Specifies the host name of the machine on which the
+ Specifies the host name of the machine on which the
server
- is running. If host begins with a slash, it is used
+ is running. If host begins with a slash, it is used
as the directory for the Unix domain socket.
</para>
</listitem>
@@ -153,7 +153,7 @@ PostgreSQL documentation
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<listitem>
<para>
- Specifies the Internet TCP/IP port or local Unix domain socket file
+ Specifies the Internet TCP/IP port or local Unix domain socket file
extension on which the server
is listening for connections.
</para>
@@ -191,7 +191,7 @@ PostgreSQL documentation
<listitem>
<para>
Force <application>droplang</application> to prompt for a
- password before connecting to a database.
+ password before connecting to a database.
</para>
<para>
@@ -259,7 +259,7 @@ PostgreSQL documentation
Use <xref linkend="app-createlang"> to add a language.
</para>
</refsect1>
-
+
<refsect1>
<title>Examples</title>