The following bug has been logged on the website:
Bug reference: 8811
Logged by: Andrew Gierth
Email address: andrew@tao11.riddles.org.uk
PostgreSQL version: 9.3.2
Operating system: any
Description:
Commit db00d837 changed a query in dumpRoles in pg_dumpall.c such that it
now fails to run, affecting versions before 8.1.
Specifically,
"rolname = current_user AS is_current_user"
should have been "usename = ..." since there is no rolname column.
Per a report on IRC.