possible bug in PG admin - Mailing list pgadmin-support

From Justin
Subject possible bug in PG admin
Date
Msg-id CALL-XeOe=K4V09GTPgjvYXm1_naN80etQwk9TzsGdUm_za+pfw@mail.gmail.com
Whole thread Raw
Responses Re: possible bug in PG admin  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
List pgadmin-support
see attached picture.

PGadmin the displayed data is not staying in desired sort order  (order by date desc)  per the SQL command ....

The return set is around 4000 rows long,  the  two source tables are 14,000 and 251,340 rows

SQL command
select comment_id , item_id, item_number, item_descrip1, comment_text, comment_date, comment_user 
from item, comment
where item_id = comment_source_id and comment_source = 'I'
and item_active  and comment_text::char(10) = 'List Price'
and comment_date>= '2015-01-01'
order by  comment_date desc

Operating System Windows 7 64bit




Attachment

pgadmin-support by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: How to copy the graphical display of a plan?
Next
From: Murtuza Zabuawala
Date:
Subject: Re: possible bug in PG admin