From a4ee277e175a0965fcd2d61f06c85ac9ee0617ac Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Jan 2002 06:09:02 +0000 Subject: droplang had same problem as createlang; default are backwards and did not work. Fixed to match createlang. --- doc/src/sgml/ref/droplang.sgml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/src/sgml') diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml index 27cea628fe3..02350ff2c5e 100644 --- a/doc/src/sgml/ref/droplang.sgml +++ b/doc/src/sgml/ref/droplang.sgml @@ -1,5 +1,5 @@ @@ -23,8 +23,8 @@ PostgreSQL documentation droplang connection-options - langname - dbname + langname + dbname droplang connection-options @@ -45,9 +45,6 @@ PostgreSQL documentation Specifies the name of the backend programming language to be removed. - droplang will prompt for - langname - if it is not specified on the command line. @@ -57,6 +54,8 @@ PostgreSQL documentation 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. -- cgit v1.2.3