BUG #1835: pg_trigger_tgrelid_tgname_index

Started by Qayedover 20 years ago2 messagesbugs
Jump to latest
#1Qayed
qayedjohar@gmail.com

The following bug has been logged online:

Bug reference: 1835
Logged by: Qayed
Email address: qayedjohar@gmail.com
PostgreSQL version: 7.4
Operating system: Win XP
Description: pg_trigger_tgrelid_tgname_index
Details:

While trying to connect to postgresql database i m gettting this error,
FATAL:could not open relation "pg_trigger_tgrelid_tgname_index":Permission
denied.
How to solve this issue.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Qayed (#1)
Re: BUG #1835: pg_trigger_tgrelid_tgname_index

"Qayed" <qayedjohar@gmail.com> writes:

While trying to connect to postgresql database i m gettting this error,
FATAL:could not open relation "pg_trigger_tgrelid_tgname_index":Permission
denied.

Apparently the database server is unable to open its own files due to
filesystem permission checks. Perhaps you started the server process
under the wrong user name?

regards, tom lane