| From: | Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com> |
|---|---|
| To: | Justin <zzzzz(dot)graf(at)gmail(dot)com> |
| Cc: | pgadmin-support(at)lists(dot)postgresql(dot)org |
| Subject: | Re: possible bug in PG admin |
| Date: | 2018-03-16 17:56:59 |
| Message-ID: | CAKKotZQfW4P2DuDLckrBs_KmpWDcDqNG5TLhmm9=8y-r8pR-Eg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
pgAdmin4 don't do any sorting by itself, it just displays what it receives
from server.
Did you cross verify your output with psql?
I'm not able to re-produce the issue (attaching screenshot).
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Fri, Mar 16, 2018 at 7:40 PM, Justin <zzzzz(dot)graf(at)gmail(dot)com> wrote:
> 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 | Content-Type | Size |
|---|---|---|
| Screen Shot 2018-03-16 at 11.24.34 pm.png | image/png | 184.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Edwin Pantigoso Pérez | 2018-03-16 17:59:27 | UNSUSCRIBE |
| Previous Message | Justin | 2018-03-16 14:10:15 | possible bug in PG admin |