diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-01-06 03:33:26 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-01-06 03:33:26 +0000 |
commit | e59c15e4bb50a3f6c2c7516e82e6ffe782b73394 (patch) | |
tree | 560af71138419cd5f4073abeeb68a7349c7b3f6d | |
parent | 3b6cbce458d80176250af38b225541f53d5cad8e (diff) |
Fix copy-and-paste brain damage. (These commands do not create a
database.)
-rw-r--r-- | doc/src/sgml/ref/createlang.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/ref/droplang.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index 8078b5d4ff3..a9a92682c85 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.22 2002/01/03 05:30:03 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.23 2002/01/06 03:33:25 tgl Exp $ PostgreSQL documentation --> @@ -55,7 +55,7 @@ PostgreSQL documentation <listitem> <para> Specifies to which database the language should be added. - The default is to create a database with the same name as the + The default is to use the database with the same name as the current system user. </para> </listitem> diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml index 02350ff2c5e..a42cf05a5bc 100644 --- a/doc/src/sgml/ref/droplang.sgml +++ b/doc/src/sgml/ref/droplang.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.16 2002/01/03 06:09:01 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.17 2002/01/06 03:33:26 tgl Exp $ PostgreSQL documentation --> @@ -54,7 +54,7 @@ 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 + The default is to use the database with the same name as the current system user. </para> </listitem> |