From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | terry(at)greatgulfhomes(dot)com |
Cc: | "Postgres (E-mail)" <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: crash problem |
Date: | 2002-06-21 04:34:52 |
Message-ID: | 16684.1024634092@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-general |
terry(at)greatgulfhomes(dot)com writes:
> My database crashed earlier. It's starts up fine, and I can use it, but I
> cannot back it up, it reports this error:
> bash$ pg_dump -t letter_tag_execute_types devtest >
> bkletter_tag_execute_types
> getTables(): SELECT (for TRIGGER) failed. Explanation from backend: 'ERROR:
> No
> such attribute or function 'tgdeferrable'
> '.
(1) Are you sure your pg_dump version matches your backend version?
(And exactly what version are we discussing here, anyway?)
(2) A reindex of pg_attribute might help. See the 7.2 REINDEX man page
for a reasonably complete description of how to reindex system catalogs.
The 7.1 procedure is the same, but the docs are poorer...
regards, tom lane
PS: this is pretty far off-topic for pgsql-docs. Please think a little
more about where to post before posting.
From | Date | Subject | |
---|---|---|---|
Next Message | terry | 2002-06-21 11:46:27 | Re: [DOCS] crash problem |
Previous Message | terry | 2002-06-21 02:42:22 | FW: crash problem |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-06-21 04:47:18 | Re: Idea for the statistics collector |
Previous Message | Peter Dimov | 2002-06-21 04:26:55 | Re: URGENT: Performance tuning |