mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
droplang had same problem as createlang; default are backwards and did
not work. Fixed to match createlang.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.15 2001/12/08 03:24:36 thomas Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.16 2002/01/03 06:09:01 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -23,8 +23,8 @@ PostgreSQL documentation
|
||||
<cmdsynopsis>
|
||||
<command>droplang</command>
|
||||
<arg rep="repeat"><replaceable>connection-options</replaceable></arg>
|
||||
<arg><replaceable>langname</replaceable></arg>
|
||||
<arg choice="plain"><replaceable>dbname</replaceable></arg>
|
||||
<arg choice="plain"><replaceable>langname</replaceable></arg>
|
||||
<arg><replaceable>dbname</replaceable></arg>
|
||||
<sbr>
|
||||
<command>droplang</command>
|
||||
<arg rep="repeat"><replaceable>connection-options</replaceable></arg>
|
||||
@@ -45,9 +45,6 @@ PostgreSQL documentation
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the name of the backend programming language to be removed.
|
||||
<application>droplang</application> will prompt for
|
||||
<replaceable class="parameter">langname</replaceable>
|
||||
if it is not specified on the command line.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -57,6 +54,8 @@ PostgreSQL documentation
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies from which database the language should be removed.
|
||||
The default is to create a database with the same name as the
|
||||
current system user.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user