Re: [HACKERS] dumpall prob - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] dumpall prob
Date
Msg-id 3857C6A7.87497E1A@alumni.caltech.edu
Whole thread Raw
In response to dumpall prob  ("Patrick Welche" <prlw1@newn.cam.ac.uk>)
Responses Re: [HACKERS] dumpall prob
List pgsql-hackers
Patrick Welche wrote:
> 
> CREATE UNIQUE INDEX "ethernet_ip_key" on "ethernet"
>   using btree ( "ip" "network_ops" );
> was generated by dumpall.

What version? If your example above is verbatim, then there seems to
be a missing comma in the arguments to the USING clause; if you are
using a recent/current version of pg_dump, then it is not likely
fixed...
                 - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: [HACKERS] AND &&
Next
From: Tom Lane
Date:
Subject: SELECT ... AS ... names in WHERE/GROUP BY/HAVING