dumping trouble
Can someone tell me what the
following error message means?
$ /usr/local/pg7.1/bin/pg_dump -t auto_feed what >> 6am_dump
getTables(): SELECT (funcname) for trigger title_fti_trigger returned 0 tuples. Expected 1.
I have now dropped all triggers
and a function that I made
recently. I didn't have
this problem before
I located another trigger to drop
and the problem is no longer
Anyway it will be convenient to
to have a command to view all
triggers like \d to views all
tables
Show quoted text
On Tue, Jul 24, 2001 at 12:12:38PM -0400, newsreader@mediaone.net wrote:
Can someone tell me what the
following error message means?$ /usr/local/pg7.1/bin/pg_dump -t auto_feed what >> 6am_dump
getTables(): SELECT (funcname) for trigger title_fti_trigger returned 0 tuples. Expected 1.I have now dropped all triggers
and a function that I made
recently. I didn't have
this problem before---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?