purple letters

2017-09-22 Thread Hibbard, Brandon
Hello, I have a quick question on the code highlighting. I often use a single character as an alias for tables in joins. I have noticed that some letters are colored purple while others are black. Is there a reason for this? I have attached an image showing what I mean. The image was taken

RE: purple letters

2017-09-25 Thread Hibbard, Brandon
, 2017 11:06 AM To: Dave Page Cc: Hibbard, Brandon; pgadmin-support@lists.postgresql.org Subject: Re: purple letters Hi, The characters which are in purple colour are are valid SQL keywords hence highlighted by CodeMirror :-) Ref: https://www.postgresql.org/docs/10/static/sql-keywords-appendix.html

v3.3 Auto complete broken

2018-09-10 Thread Hibbard, Brandon
Hello, I installed pgAdmin 4 v3.3 today and autocomplete isn't working correctly. It does not list the tables in a schema or the fields in the table. Is this a bug or have I done something wrong? Thanks Brandon

RE: v3.3 Auto complete broken

2018-10-17 Thread Hibbard, Brandon
: Monday, September 10, 2018 12:05 PM To: Hibbard, Brandon Cc: pgAdmin Support Subject: Re: v3.3 Auto complete broken Hi Brandon RM 3630 has already been there and I have sent the patch on pgadmin hackers where objects belongs to schema other than pg_catalog and public are not listed. You can

RE: v3.3 Auto complete broken

2018-10-18 Thread Hibbard, Brandon
? Brandon From: Aditya Toshniwal Sent: Thursday, October 18, 2018 5:48 AM To: Akshay Joshi Cc: Hibbard, Brandon ; pgadmin-supp...@postgresql.org Subject: Re: v3.3 Auto complete broken Hi, On Thu, Oct 18, 2018 at 11:57 AM Akshay Joshi mailto:akshay.jo...@enterprisedb.com>> wrote: Hi Brandon