1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.3 1999/12/05 20:02:42 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.4 2000/01/19 20:08:22 petere Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -114,16 +114,6 @@ createlang [ <replaceable class="parameter">connection options</replaceable> ] -
114
114
</listitem>
115
115
</varlistentry>
116
116
117
- <varlistentry>
118
- <term>-e, --echo</term>
119
- <listitem>
120
- <para>
121
- Echo the commands that <application>createlang</application> generates
122
- and sends to the backend.
123
- </para>
124
- </listitem>
125
- </varlistentry>
126
-
127
117
</variablelist>
128
118
</para>
129
119
</refsect2>
@@ -142,9 +132,6 @@ createlang [ <replaceable class="parameter">connection options</replaceable> ] -
142
132
for details. Check also under <xref linkend="APP-PSQL" endterm="APP-PSQL-title">
143
133
for more possibilities.
144
134
</para>
145
- <para>
146
- No output is generated if <application>createlang</application> succeeds.
147
- </para>
148
135
</refsect2>
149
136
</refsynopsisdiv>
150
137