hi,
I've experienced an error while doing
pg_dump dbname > dump_file
"failed sanity check, type with oid 145670 was not found"
the same error for pg_dump -s
no errors with pg_dump -t tablename for each table of the db
Does anyone know what this mean and how to fix it?
-postgres 6.3.2 RH linux
Try vacuum. You could also try dropping and recreating your indexes.
-Original Message-
From: Stefano Zampieri [SMTP:[EMAIL PROTECTED]]
Sent: Saturday, April 03, 1999 3:56 AM
To: [EMAIL PROTECTED]
Subject:[GENERAL] pg_dump error
I'm trying to connect to a database from a C++ program compiled with
g++, linked to the libpq library on a Sun Solaris system. It is compiled
and run like this (my actual information has been changed to pseudonyms,
like mypghost.com, etc.)
bash$ gmake
g++ -c -I /usr/local/pgsql/include test1.cpp
Bob VonMoss wrote:
> I'm trying to connect to a database from a C++ program compiled with
> g++, linked to the libpq library on a Sun Solaris system. It is compiled
> and run like this (my actual information has been changed to pseudonyms,
> like mypghost.com, etc.)
>
> bash$ gmake
> g++ -c -I /u
Are you running postgres with the -i option??? For postgres to work with
tcp/ip, you need to launch postmaster with the -i option.
steve
On Sat, 3 Apr 1999, Bob VonMoss wrote:
> Bob VonMoss wrote:
>
> > I'm trying to connect to a database from a C++ program compiled with
> > g++, linked to th
There will be a much more formal announcement in coming weeks, but in
order to help guage the interest, we've just added a very simple
"registration" form to http://www.pgsql.com ...
The formal announcement will be made pretty much in conjunction with
putting up a proper site at http://www.pgsql