~ubuntu-branches/ubuntu/oneiric/postgresql-pljava/oneiric

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2006-06-26 10:44:55 UTC
  • mfrom: (1.1.1 upstream) (3.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20060626104455-135i9wosat2k8vvt
Tags: 1.3.0-1
* New upstream release (closes: #375199)
* Built for postgresql 8.1 (closes: #339641)
* Rebuilt for new libgcj library (closes: #369986)
* Updated copyright file
* Updated standards version
* Made use of cdbs simple patchsys

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
To install PL/Java in a database of your choice, run
5
5
 
6
 
    psql -d DATABASE -f /usr/share/postgresql-8.0-pljava/install.sql
 
6
    psql -d DATABASE -f /usr/share/postgresql-8.1-pljava/install.sql
7
7
 
8
8
as user "postgres".  To remove it, use
9
9
 
10
 
    psql -d DATABASE -f /usr/share/postgresql-8.0-pljava/uninstall.sql
 
10
    psql -d DATABASE -f /usr/share/postgresql-8.1-pljava/uninstall.sql
11
11
 
12
12
If you install PL/Java in the database "template1", it will
13
13
automatically become available in all subsequently created databases.
18
18
the server system.  Therefore, this variant installs the language
19
19
"java" as untrusted.
20
20
 
21
 
 -- Peter Eisentraut <petere@debian.org>, 8 June 2005
 
21
 -- Peter Eisentraut <petere@debian.org>, May 2006