| From: | Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com> |
|---|---|
| To: | Wolf Schwurack <wolf(at)uen(dot)org> |
| Cc: | "PG-General Mailing List (pgsql-general(at)postgresql(dot)org)" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Error: absolute path not allowed |
| Date: | 2013-01-09 05:57:51 |
| Message-ID: | CA+h6AhgStCEbWDQ2NK_0Rjhu3sygJyOsgfda2TND6T9BAePnLg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, Jan 8, 2013 at 8:39 PM, Wolf Schwurack <wolf(at)uen(dot)org> wrote:
> I am getting a repeating error and not sure what why. ****
>
> ** **
>
> 2013-01-08 06:12:08 MSTERROR: absolute path not allowed****
>
> 2013-01-08 06:12:08 MSTSTATEMENT: SELECT pg_read_file($1, 0, 1048576)****
>
> 2013-01-08 06:42:10 MSTERROR: absolute path not allowed****
>
> 2013-01-08 06:42:10 MSTSTATEMENT: SELECT pg_read_file($1, 0, 1048576)****
>
> 2013-01-08 07:12:01 MSTERROR: absolute path not allowed****
>
> 2013-01-08 07:12:01 MSTSTATEMENT: SELECT pg_read_file($1, 0, 1048576)****
>
> 2013-01-08 07:42:02 MSTERROR: absolute path not allowed****
>
> 2013-01-08 07:42:02 MSTSTATEMENT: SELECT pg_read_file($1, 0, 1048576)****
>
> **
>
pg_read_file() search's from $PGDATA location.
Can we see how pg_read_file() has been called ?
---
Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fredrik.HuitfeldtMadsen | 2013-01-09 10:14:38 | Database connections seemingly hanging |
| Previous Message | Scott Marlowe | 2013-01-09 05:48:47 | Re: Error: absolute path not allowed |