~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to docs/en_US/options-tab3.html

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  <li><b>Result copy field separator</b> - This option specifies which character should be used
51
51
  to separate the fields copied to the clipboard from the result list.<br>&nbsp;</li>
52
52
 
53
 
  <li><b>Use TAB character for autocompletion</b> - By default, autocompletion in the query tool
54
 
  is activated using the Control+Space key combination. This option allows you to use the Tab key
55
 
  as well, however it does mean that you cannot enter the tab character using the tab key.
56
 
  <br>&nbsp;</li>
57
 
  
58
53
  <li><b>Copy SQL from main form to SQL dialogue</b> - When opening the Query 
59
54
  Tool, with this option selected, any object definition being displayed in the 
60
55
  main object browser will be inserted as a default query in the Query Tool.<br>&nbsp;</li>
61
56
   
62
 
  <li><b>Show NULL values as &lt;NULL&gt;?</b> - This option will cause NULL values to be shown
 
57
  <li><b>Show NULL values as &lt;NULL&gt;</b> - This option will cause NULL values to be shown
63
58
  as &lt;NULL&gt; in the Query Tool's results grid. Note that this option does not affect data
64
59
  that is exported from the grid, only what is displayed.<br>&nbsp;</li>
65
60