Skip to content

Commit e59c15e

Browse files
committed
Fix copy-and-paste brain damage. (These commands do not create a
database.)
1 parent 3b6cbce commit e59c15e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/ref/createlang.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.22 2002/01/03 05:30:03 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.23 2002/01/06 03:33:25 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -55,7 +55,7 @@ PostgreSQL documentation
5555
<listitem>
5656
<para>
5757
Specifies to which database the language should be added.
58-
The default is to create a database with the same name as the
58+
The default is to use the database with the same name as the
5959
current system user.
6060
</para>
6161
</listitem>

doc/src/sgml/ref/droplang.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.16 2002/01/03 06:09:01 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.17 2002/01/06 03:33:26 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -54,7 +54,7 @@ PostgreSQL documentation
5454
<listitem>
5555
<para>
5656
Specifies from which database the language should be removed.
57-
The default is to create a database with the same name as the
57+
The default is to use the database with the same name as the
5858
current system user.
5959
</para>
6060
</listitem>

0 commit comments

Comments
 (0)