<LI>If possible and appropriate, include a backtrace from the crash. You may need to recompile wxWidgets and pgAdmin
with the --enable-debug option to do this.
</UL>
+<p>
Please do <B>not</B> send an email directly to one of the programmers; they might miss it, or even be the wrong person altogether.
Using the mailing list guarantees that your request isn't lost and will be answered in a timely fashion.
+</p>
<P>After a bug has been reported on the mailing list as being fixed,
it might take one or two days until it has made it into the
distribution tarballs, please be patient.</P>
the currently selected rows in the descending order of the selected column values.
If a sorting preference is already present for this data set, this sorting
preference is appended to the current sort order.</li>
-<li><i>Remove Filter</i>: When selected, removes all sorting preferences for
+<li><i>Remove Sorting</i>: When selected, removes all sorting preferences for
this data set.</li>
</ul>
Note: If a column is already selected for sorting, it's position in the sort
to the Slony help files, and may be configured in the same way as the PG
help path. The Slony Help is used when selected from the Help menu.<br> </li>
- <li><b>System schemas</b>- You can suppress the display of additional schemas,
+ <li><b>System schemas</b> - You can suppress the display of additional schemas,
by declaring them a system schema. This field takes a list of comma separated strings.<br> </li>
- <li><b>Slony-I path</b>- To enable pgAdmin III to create Slony-I replication clusters
+ <li><b>Slony-I path</b> - To enable pgAdmin III to create Slony-I replication clusters
from scratch, you need to enter the path to the Slony-I script installation directory here. If no
valid scripts can be found, only joining existing clusters is possible.
<br> </li>
- <li><b>PG bin path</b>- This should be set to the path to the standard PostgreSQL pg_dump, pg_restore
+ <li><b>PG bin path</b> - This should be set to the path to the standard PostgreSQL pg_dump, pg_restore
and pg_dumpall utilities. pgAdmin will use these for backing up and restoring your PostgreSQL databases.
If this path is not set, pgAdmin will attempt to find the utilities in its installation directory,
the 'hint' directory set by a local PostgreSQL installation (on Windows) and in the system path.
<br> </li>
- <li><b>EDB bin path</b>- This should be set to the path to the EnterpriseDB pg_dump, pg_restore
+ <li><b>EDB bin path</b> - This should be set to the path to the EnterpriseDB pg_dump, pg_restore
and pg_dumpall utilities. pgAdmin will use these for backing up and restoring your EnterpriseDB databases.
If this path is not set, pgAdmin will attempt to find the utilities in standard locations used by
EnterpriseDB.
<br> </li>
- <li><b>GP bin path</b>- This should be set to the path to the Greenplum pg_dump, pg_restore
+ <li><b>GP bin path</b> - This should be set to the path to the Greenplum pg_dump, pg_restore
and pg_dumpall utilities. pgAdmin will use these for backing up and restoring your Greenplum databases.
If this path is not set, pgAdmin will attempt to find the utilities in standard locations used by
Greenplum.
<br> </li>
- <li><b>Ignore server/utility version mismatches</b>- When checked, pgAdmin will pass the '-i' option
+ <li><b>Ignore server/utility version mismatches</b> - When checked, pgAdmin will pass the '-i' option
to utilities such as <i>pg_dump</i> which will allow utilities from one version of the database to
be used with another version. This option should be use with extreme care as it may cause errors to
occur during backup or restore options.
<param name="Local" value="licence.html">
<param name="ImageNumber" value="11">
</OBJECT>
+ <LI> <OBJECT type="text/sitemap">
+ <param name="Name" value="MIT Kerberos License">
+ <param name="Local" value="kerberos.html">
+ <param name="ImageNumber" value="11">
+ </OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="OpenSSL Licence">
<param name="Local" value="openssl.html">
<p>The upper part of the Query Tool contains the SQL Editor
where you type your commands. You may read the query from a file, or
write it out to a file. When writing a file, the encoding of the file
-is determined by the file suffix: if it is *.sql, a 8 byte local
+is determined by the file suffix: if it is *.sql, a 8 bit local
character set is used. If *.usql is selected, the file will be
written in UTF-8, which enables the storage of virtually all
characters used throughout the world, according to the coding rules
that being monitored.
</p>
<p>
-The Cancel button allows cancelling the query running on a specific
-backend. Terminate will shutdown the backend. <B>Attention:</B> Both functions should be
-used carefully, as the interrupt the client's work
-ungracefully. particularly, the terminate function might disturb the
-function of the complete server, force it to restart its services and
-thus interrupt all user connections. You should use this function only
-if the server is seriously injured by a backend you can't control otherwise.
-</p>
-<p>
<b>Note:</b> When the pg_locks view is accessed as is the case whenever
this dialgue is open, PostgreSQL's internal lock manager data structures are
momentarily locked, and a copy is made for the dialogue to display. This