pgAdmin4 Query Tool - queries

From: Nidhi Bhammar <nidhi(dot)bhammar(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin4 Query Tool - queries
Date: 2016-10-13 10:18:00
Message-ID: CAA4UNhT3tPeqdCbpN7CnP9nZ3H+1=yR=RzOWzM2pRckhj68_7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi team,

I am working on pgAdmin4's query tool to create our training material and
while working came across few things which I wanted to know:

1) The editor also offers several features that help with code formatting:

- The auto-indent feature will automatically indent text to the same
depth as the previous line when you press the Return key.
- Block indent text by selecting two or more lines and pressing the Tab
key.
- Block outdent text that has been indented using the Shift+Tab key
combination.
- Comment out SQL by selecting some text and pressing Control+K.
- Uncomment SQL by selecting some text starting with a comment and
pressing Control+Shift+K.
- Shift the selected text to upper case by pressing Control+U.
- Shift the selected text to lower case by pressing Control+Shift+U.

For reference here is the link
<https://www.pgadmin.org/docs4/1.x/query_tool.html> which says above
mentioned bullet works but when I tried last 4 bullets are not working in
pgAdmin4 v1.0 where as it was working in pgAdminIII.

2) I am not able to see + sign in query tool of pgAdmin 4 v1.0 . PFB
screenshot from this link
<https://www.pgadmin.org/docs4/1.x/query_tool.html> which shows + sign for
inserting row into table :

[image: Inline image 1]

So are these features not working in pgAdmin4 v1.0 or they will be
available with new version ? If someone can help me with answers it will be
of great help to develop the training material.

Thanks & Regards,
Nidhi Bhammar
Senior Technical Trainer

www.enterprisedb.com

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-13 13:50:20 pgAdmin 4 commit: Fix regression test import issue.
Previous Message Priyanka Shendge 2016-10-13 06:15:42 Re: Foreign Table Patch