pgAdmin Options - Tab 1 (General)
- Language - When you first started pgAdmin, it will have allowed
you to select the language it should display. This setting may be changed
here.
- SQL help site - SQL help may be accessed by pressing F1 within
pgAdmin, which will display the most appropriate PostgreSQL helpfile for the
current object selection or open dialogue. This setting allows you to modify the location under which
those files may be found. You may specify a local directory path, or a URL if
you wish to use documents on a website. pgAdmin expects to find files at this
location from the standard PostgreSQL documentation set. By default, this setting is
left blank in which case pgAdmin will use the help files in the included HTML Help system.
If you set a value here, pgAdmin will look for normal HTML files at the location specified.
- HTTP proxy- Use a proxy to access the web. This must be provided in the
form host:port or left blank if not proxy is used.
- Read and write Unicode UTF-8 files - Select this option to enable
pgAdmin to correctly read and write Unicode UTF-8 files.
- Do not prompt for unsaved files on exit - Selecting this option
will prevent pgAdmin from prompting you to save SQL queries upon exit.
- Confirm object deletion? - Select this option to ensure pgAdmin
gives you a chance to confirm before objects are deleted (recommended).
- Show users for privileges? - When viewing the Privileges tab on
objects that support them, selecting this option will include usernames as
well as groups in the subject list. Switching off this option is useful on
large systems with many users that are organised in groups.
- Show object properties on double click in treeview? - Selecting
this option will allow double clicking of objects in the treeview to open the
Properties dialogue for that object. Some users prefer to disable this option
to browse the treeview by double clicking instead.