Am Donnerstag, 18. November 2004 22:07 schrieb Josh Berkus: > a) new users try just to "psql" as postgres, and get a "no such database > postgres";
This "problem" has been recognized before. I think a possible solution is to make psql recognize the error (the error code regime in libpq would have to be extended for that), recognize that the user didn't specify a database, and then tell him something like: ERROR: no such database "postgres" HINT: Since no database was specified explicitly, the name of the current user was taken as the database name. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly