[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 read ORDER BY cls.relname, cls.oid to remain alphabetical ordering.
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly