Re: CVS Commit by dpage: Prevent duplication of

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: CVS Commit by dpage: Prevent duplication of
Date: 2004-05-04 12:43:14
Message-ID: 40978FE2.3060703@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

cvs(at)cvs(dot)pgadmin(dot)org 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 read ORDER BY cls.relname, cls.oid to
remain alphabetical ordering.

Regards,
Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2004-05-04 13:41:05 Re: CVS Commit by dpage: Prevent duplication of functional indexes
Previous Message cvs 2004-05-04 12:41:00 CVS Commit by dpage: Fix the sorting of index names I broke earlier.