Re: [HACKERS] dumpall prob

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: prlw1(at)cam(dot)ac(dot)uk
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] dumpall prob
Date: 1999-12-15 16:49:43
Message-ID: 3857C6A7.87497E1A@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-12-15 17:05:41 SELECT ... AS ... names in WHERE/GROUP BY/HAVING
Previous Message Don Baccus 1999-12-15 16:27:36 Re: [HACKERS] AND &&