I added the values to log_line_prefix but this still doesn't give me anymore info on why I'm getting the error log_line_prefix = '%t [%p]: [%1-1] db=%d, user=%u, client=%h ' 2013-01-10 07:42:03 MST [8555]: [-1] db=postgres, user=postgres, client=10.11.0.200 ERROR: absolute path not allowed 2013-01-10 07:42:03 MST [8555]: [-1] db=postgres, user=postgres, client=10.11.0.200 STATEMENT: SELECT pg_read_file($1, 0, 1048576) the client is the database server I ran the query, no rows found postgres=# select proname from pg_proc postgres-# where prosrc like '%pg_read_file%' postgres-# and pronamespace=(select oid from pg_namespace where nspname='public'); proname --------- (0 rows) -- View this message in context: http://postgresql.1045698.n5.nabble.com/Error-absolute-path-not-allowed-tp5739320p5739543.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general