BUG #5215: Error in PgAdmin

Started by Walter Willmertingerover 16 years ago2 messagesbugs
Jump to latest
#1Walter Willmertinger
willmis@gmail.com

The following bug has been logged online:

Bug reference: 5215
Logged by: Walter Willmertinger
Email address: willmis@gmail.com
PostgreSQL version: 8.4.1
Operating system: Windows XP Prof.
Description: Error in PgAdmin
Details:

Since we introduced 8.4.1, we had some failures of our database. The server
remained the same, the application is the same as with our previous 8.3.x
installation.

Error 1:
"Missing ... pg_catalog"
pg_dump not possible
Fixed by "COPY table to FILE ..." for each separate table
reinstalling postgres, then restored a previous dump and run the output of
the "COPY"

#2Robert Haas
robertmhaas@gmail.com
In reply to: Walter Willmertinger (#1)
Re: BUG #5215: Error in PgAdmin

On Thu, Nov 26, 2009 at 5:41 AM, Walter Willmertinger <willmis@gmail.com> wrote:

The following bug has been logged online:

Bug reference:      5215
Logged by:          Walter Willmertinger
Email address:      willmis@gmail.com
PostgreSQL version: 8.4.1
Operating system:   Windows XP Prof.
Description:        Error in PgAdmin
Details:

Since we introduced 8.4.1, we had some failures of our database. The server
remained the same, the application is the same as with our previous 8.3.x
installation.

Error 1:
"Missing ... pg_catalog"
pg_dump not possible
Fixed by "COPY table to FILE ..." for each separate table
reinstalling postgres, then restored a previous dump and run the output of
the "COPY"

I'm not sure I understand which of the above lines were part of an
error message (and if so, what exactly you did that precipitated the
error) and which of them are your commentary.

...Robert