On Wed, Jun 14, 2006 at 05:03:26PM -0700, Alastair Smith wrote: > When I run 'make test', I get the following error: > psql: FATAL: permission denied to set parameter "lc_messages" Are you running the tests as a database superuser? If not then try setting the PGUSER environment variable, like this: env PGUSER=postgres make test -- Michael Fuhr