| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Joao Miguel Ferreira <joao(dot)mc(dot)ferreira(at)criticalsoftware(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: strange message from pg_dumpall |
| Date: | 2007-10-31 22:24:06 |
| Message-ID: | 21982.1193869446@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Joao Miguel Ferreira <joao(dot)mc(dot)ferreira(at)criticalsoftware(dot)com> writes:
> This is what I do:
> system("su postgres -c \"pg_dumpall --clean > some_file\"");
> this is run from within a Perl module called from within a Perl script.
> I've tried the same command directlly on the shell and it works fine.
> But from the perl script it complaints about pg_dump !!!???
Maybe strace would yield some useful info, ie
system("su postgres -c \"strace -f pg_dumpall --clean > some_file 2>strace.out\"");
What platform and PG version is this exactly?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christian Schröder | 2007-10-31 22:26:33 | Re: (Never?) Kill Postmaster? |
| Previous Message | Joshua D. Drake | 2007-10-31 21:41:10 | PostgreSQL Conference Fall 2007 wrap up |