Re: [HACKERS] dumpall prob

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] dumpall prob
Дата
Msg-id 199912160117.UAA11097@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] dumpall prob  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> "Patrick Welche" <prlw1@newn.cam.ac.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.

Fixed in the current source tree.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: [HACKERS] "ExecInitIndexScan: both left and right..." meaning?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] pg_dump --help