possible bug in PG admin

From: Justin <zzzzz(dot)graf(at)gmail(dot)com>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: possible bug in PG admin
Date: 2018-03-16 14:10:15
Message-ID: CALL-XeOe=K4V09GTPgjvYXm1_naN80etQwk9TzsGdUm_za+pfw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Murtuza Zabuawala 2018-03-16 17:56:59 Re: possible bug in PG admin
Previous Message Murtuza Zabuawala 2018-03-16 03:49:21 Re: How to copy the graphical display of a plan?