Customizable Macros
Posibility of make macros and shortcut-keys, each macro can write custom code like pgAdmin program.  For example:
Macro 1: Ctrl-F5 = "Select * from $SELECTION$"
Macro 2: Ctrl-F6 = "select count(*) as rowsintable from $SELECTION$"
                1
                 vote
              
            
 Anonymous
    
 shared this idea
Anonymous
    
 shared this idea
      
     AdminDevart
    (_, Devart)
 responded
AdminDevart
    (_, Devart)
 responded
                  
                We recommend you to try the Code Snippets feature. Please refer to the ‘Code Snippets
’ topic in the product’s Help documentation for details.
- 
       anonymous
    
 commented anonymous
    
 commentedgood idea, but I suggest don't use function key, for example, in SQL window: 
 s + blank = select * from
 sc + blank = select count(*) as rows_in_table from
