pg_dump: Attempt to lock table "contexthelp" failed.

From: Zengfa Gao <zfgao(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_dump: Attempt to lock table "contexthelp" failed.
Date: 2003-01-27 20:30:50
Message-ID: 20030127203050.61490.qmail@web41013.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, all:

I am trying to run pg_dump remotely:

On one system, PgSQL 7.2.1 is running on Redhat 7.3
system. On another system, I run following script:

!/bin/sh
export PGPASSWORD=ZVCfH6sFtHW
pg_dump -h pgql_hostname -U myuser mydatabase >
mydumpfile

I got following errors:

pg_dump: Attempt to lock table "contexthelp" failed.
ERROR: LOCK TABLE: permission denied

This script works fine if I change pgsql_hostname to
localhost.

Also I can run following script remote. So the
permission setting of PgSQL should be fine.

psql -h pgql_hostname -U myuser mydatabase

Can someone give me help here?

Thanks for your help!

Zengfa

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2003-01-27 20:36:55 Re: 7.3 LOCK TABLE problem
Previous Message Chris Gamache 2003-01-27 20:21:43 Re: 7.3 LOCK TABLE problem