On Sat, Aug 26, 2006 at 01:22:11PM -0400, Mark Fenbers wrote: > When running step 6 in the installation instructions, (psql -d > myDatabase -f lwpostgis.sql), I get the following error: > psql:lwpostgis.sql:44: ERROR: Permission denied for language c You'll need to connect to the database as a database superuser. Non-superusers aren't allowed to create C functions. -- Michael Fuhr