Re: Error: absolute path not allowed

Поиск
Список
Период
Сортировка
От wschwurack
Тема Re: Error: absolute path not allowed
Дата
Msg-id 1357830121331-5739543.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Error: absolute path not allowed  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: wschwurack
Дата:
Сообщение: Re: Error: absolute path not allowed
Следующее
От: aasat
Дата:
Сообщение: Re: Bug: dblink_send_query not work on 9.2?