diff -ruN postgresql-7.4.13-old/doc/src/sgml/ref/psql-ref.sgml postgresql-7.4.13/doc/src/sgml/ref/psql-ref.sgml
--- postgresql-7.4.13-old/doc/src/sgml/ref/psql-ref.sgml	2003-11-01 02:56:29.000000000 +0100
+++ postgresql-7.4.13/doc/src/sgml/ref/psql-ref.sgml	2004-01-27 12:54:48.000000000 +0100
@@ -494,7 +494,9 @@
     local host. The default port number is compile-time determined.
     Since the database server uses the same default, you will not have
     to specify the port in most cases. The default user name is your
-    Unix user name, as is the default database name. Note that you can't
+    Unix user name. In standard PostgreSQL, the database name defaults to your
+    username too, but in this Debian version, when called through pg_wrapper,
+    the database must be specified. Note that you can't
     just connect to any database under any user name. Your database
     administrator should have informed you about your access rights. To
     save you some typing you can also set the environment variables
