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

« back to all changes in this revision

Viewing changes to docs/en_US/extend.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:
31
31
</ul>
32
32
 
33
33
<p>The adminpack is installed and activated by default if you are running the 
34
 
'official' pgInstaller distribution of PostgreSQL for Windows, however, if you are running
35
 
any other version of PostgreSQL you will need to manually install it. To do so,
36
 
simply copy the <i>/xtra/admin</i> or <i>/xtra/admin81</i> (for PostgreSQL 8.1 and above) directory 
37
 
from the pgAdmin source distribution to the /contrib directory of your pre-configured PostgreSQL 
38
 
source tree. If you don't have the pgAdmin source code, you can download the adminpacks
 
34
'official' pgInstaller distribution of PostgreSQL for Windows and is included as a
 
35
contrib module with all versions of PostgreSQL 8.2 and above. However, if you are 
 
36
running any other version of PostgreSQL you will need to manually install it. To do so,
 
37
simply copy the appropriate adminpack source code to the /contrib directory of your
 
38
pre-configured PostgreSQL source tree. You can download the adminpacks
39
39
<a href="http://www.pgadmin.org/download/adminpacks.php">here</a>.</p>
40
40
 
41
41
<p>Run the following commands (substituting <i>admin</i> for <i>admin81</i> 
48
48
</pre>
49
49
 
50
50
<p>The module should now be built, and installed into your existing PostgreSQL installation.
51
 
to be used, you must now install the module into the database you use as pgAdmin's <I>Maintenance
 
51
To be used, you must now install the module into the database you use as pgAdmin's <I>Maintenance
52
52
DB</I> (normally <i>postgres</i>, though you may wish to use a different database). To do so, 
53
53
locate the <i>admin.sql</i> or <i>admin81.sql</i> file installed in the previous step - normally 
54
54
this may be found in /usr/local/pgsql/share/contrib/ and run it against your database. You will