News
|
Downloads
|
Screenshots
|
Documentations
|
Bugs
|
Versions
Description
pgInhaler is a very cool graphical client for PostgreSQL database written in Java.
Features
Inhaler effect ! (Indentation of complex SQL queries)
Description of all the database objects (Tables, Views, Triggers, Sequences, Functions) with reverse engineering
Multiple connections
Explain plan
Syntax highlighting
Word completion : search the buffer for words with the same beginning of the current word
Hot keys
All the standard Windows shorcut for selecting should work
ALT-W : Copy selected text in clipboard (Emacs)
CTRL-Y : Paste text in clipboard (Emacs)
CTRL-B or ALT-/ : Complete Word
CTRL-Z or CTRL-_ : Undo
CRTL-SHIFT-Z or CTRL-SHIFT-_ : Redo
CTRL-K : Kill end of line and append it to the clipboard (Emacs style :))
CTRL-I : Indent the current query
CTRL-ENTER : Execute current query
CTRL-E : Explain current query
CTRL-S, CTRL-N, CTRL-O : Save, new and load file
CTRL-W : close current tab
CTRL-N : New connection
CTRL-T : New tab with same connection