--Never mind; I solved it.
--It had to do with something in pg_type.
--Thanks anyhow.
-X
-----Original Message-----
From: Johnson, Shaunn
Sent: Monday, June 03, 2002 2:24 PM
To: pgsql-general@postgresql.org
Subject: invalid type error
Howdy:
Running Postgres 7.1.3 on RedHat Linux 7.2.
I don't know what I did, or how I did it, but when I
try to do a pg_dump of a table, I get this message:
[snip]
WARNING: owner of type 'number' appears to be invalid
WARNING: owner of type 'interger' appears to be invalid
[/snip]
I'm thinking that I did the latter one when I was
trying to create a function and I fat-fingered
the name.
Does anyone know how I can get rid of these messages?
TIA!
-X