dumpall prob - Mailing list pgsql-hackers

From Patrick Welche
Subject dumpall prob
Date
Msg-id E11yHE3-0001o7-00@quartz.newn.cam.ac.uk
Whole thread Raw
Responses Re: [HACKERS] dumpall prob
List 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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [HACKERS] AND &&
Next
From: Don Baccus
Date:
Subject: Re: [HACKERS] AND &&