pgsql-bugs(at)postgresql(dot)org writes:
> The reason is, that the database is called "iBBS-oud" and not "ibbs-oud". The script contains the correct name of the database, but postgres seems to convert the capitals in "iBBS-oud" to lowercase so it becomes "ibbs-oud" internally.
Yes, pg_dump fails to quote the database name properly. This is already
fixed for 7.2.1. You may care to grab current sources (see the nightly
snapshot tarballs in the FTP dev/ directory) and use the latest pg_dump
to perform the dump from your 7.1.3 server. Or just edit the connect
statements in the dump you have.
regards, tom lane