> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED]
> Sent: 04 May 2004 13:43
> To: Dave Page
> Cc: [EMAIL PROTECTED]
> Subject: Re: [pgadmin-hackers] CVS Commit by dpage: Prevent
> duplication of functional indexes
>
> [EMAIL PROTECTED
[EMAIL PROTECTED] wrote:
-wxT(" ORDER BY cls.relname"));
+wxT(" ORDER BY cls.oid, cls.relname"));
Hi Dave,
did you find out what makes the result duplicate? Maybe the query is
written in a somehow unfortunate way, and could be properly rewritten?
The ORDER BY should probably r
Log Message:
---
Prevent duplication of functional indexes
Modified Files:
--
pgadmin3:
CHANGELOG.txt (r1.97 -> r1.98)
Index: CHANGELOG.txt
===
RCS file: /projects/pgadmin3/CHANGELOG.txt,v
retrieving r
Log Message:
---
Prevent duplication of functional indexes
Modified Files:
--
pgadmin3/src/schema:
pgIndex.cpp (r1.29 -> r1.30)
Index: pgIndex.cpp
===
RCS file: /projects/pgadmin3/src/schema/pgIndex.cp