Re: [HACKERS] dumpall prob

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: prlw1(at)cam(dot)ac(dot)uk
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] dumpall prob
Date: 1999-12-15 17:38:14
Message-ID: 18582.945279494@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Patrick Welche" <prlw1(at)newn(dot)cam(dot)ac(dot)uk> writes:
> CREATE UNIQUE INDEX "ethernet_ip_key" on "ethernet" using btree ( "ip" "network_ops" );
> was generated by dumpall. "network_ops" apparently don't exist (not sure what
> is should be called).

Current sources dump this as "inet_ops". I think the problem in 6.5.*
was caused by bogus entries in the pg_opclass table (same classname for
inet and cidr types). You could try reaching in and changing the system
table entries, but it might be safer just to live with manually patching
the dump file until the next release.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrick Welche 1999-12-15 17:42:20 Re: [HACKERS] initdb / pg_version
Previous Message Zeugswetter Andreas SB 1999-12-15 17:37:55 AW: [HACKERS] SELECT ... AS ... names in WHERE/GROUP BY/HAVING