Re: Error: absolute path not allowed - Mailing list pgsql-general

From wschwurack
Subject Re: Error: absolute path not allowed
Date
Msg-id 1357830121331-5739543.post@n5.nabble.com
Whole thread Raw
In response to Re: Error: absolute path not allowed  (Raghavendra <raghavendra.rao@enterprisedb.com>)
List pgsql-general
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.


pgsql-general by date:

Previous
From: wschwurack
Date:
Subject: Re: Error: absolute path not allowed
Next
From: aasat
Date:
Subject: Re: Bug: dblink_send_query not work on 9.2?