dumpall prob

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема dumpall prob
Дата
Msg-id E11yHE3-0001o7-00@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответы Re: [HACKERS] dumpall prob  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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). Changing to
using btree ( "ip" )
was sufficient to fix, but I don't know what it should be to fix dumpall.

patrimoine=> create unique index "ethernet_ip_key" on "ethernet" using btree ( "ip" );
CREATE
patrimoine=> \d ethernet_ip_key
Index "ethernet_ip_key"Attribute | Type 
-----------+------ip        | inet
unique btree


Cheers,

Patrick


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] AND &&
Следующее
От: Don Baccus
Дата:
Сообщение: Re: [HACKERS] AND &&