cvs@cvs.pgadmin.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