| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | [pgAdmin4][Patch]: RM #3420 Merge latest code of pgcli with pgAdmin4 |
| Date: | 2018-08-24 05:24:55 |
| Message-ID: | CANxoLDfoXcZpYeha5deoiury1UfVNOVBj4=JdoyUfr5AARKMfQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Hi Hackers
I have merged the latest code of "*pgcli*" used for auto complete feature
in pgAdmin4. We haven't merged that code since last 2 years and they have
fixed some bugs and also provided some new features:
- Add support for CTE aware auto-completion.
- Handle unrecognized keywords gracefully.
- Support for table-qualifying column suggestions.
- Add additional completion for ALTER keyword.
- Better suggestions when editing functions.
- Added MATERIALIZED VIEW keywords.
- Completions after ORDER BY and DISTINCT now take account of table
aliases.
- Include arguments in function suggestions.
- Add missing keyword COLUMN after DROP
I have also added some feature test for auto complete. Attached is the
patch please review it.
--
*Akshay Joshi*
*Sr. Software Architect *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
| Attachment | Content-Type | Size |
|---|---|---|
| pgcli_merge.patch | application/octet-stream | 140.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Xuri Gong | 2018-08-25 11:42:25 | Re: [pgAdmin4][patch]: Feature #1407 - Support map view for PostGIS query result sets |
| Previous Message | Khushboo Vashi | 2018-08-24 04:38:09 | [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview |