More documentation
This commit is contained in:
parent
50c45426d9
commit
c942d0a446
5 changed files with 115 additions and 2 deletions
25
docs/preface.rst
Normal file
25
docs/preface.rst
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#######
|
||||
Preface
|
||||
#######
|
||||
|
||||
*************
|
||||
What is pgLab
|
||||
*************
|
||||
|
||||
pgLab is a PostgreSQL database query tool that also has some views for inspecting
|
||||
the database schema. It does not provide dialogs for creating new database objects
|
||||
you can ofcourse execute DDL to create anything you like.
|
||||
(Note adding dialogs for creating objects is a lot of work. I am not against it
|
||||
but it has currently no priority for me.)
|
||||
|
||||
The strong point of pgLab are:
|
||||
* seperation of different databases into seperate windows.
|
||||
* inspecting of database with subtabs in a single main tab so the list of toplevel tabs stays short.
|
||||
* very fast processing of query results millions of rows are no problem.
|
||||
|
||||
**************
|
||||
What is it not
|
||||
**************
|
||||
|
||||
If you are unfamiliar with the SQL and need dialogs for doing anything this
|
||||
is not the tool for you and you are much better of using pgAdmin.
|
||||
Loading…
Add table
Add a link
Reference in a new issue