Package: postgresql-contrib-8.1 (8.1.13-0ubuntu0.6.06)
Links for postgresql-contrib-8.1
Ubuntu Resources:
Download Source Package postgresql-8.1:
- [postgresql-8.1_8.1.13-0ubuntu0.6.06.dsc]
- [postgresql-8.1_8.1.13.orig.tar.gz]
- [postgresql-8.1_8.1.13-0ubuntu0.6.06.diff.gz]
Maintainer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Martin Pitt
- Oliver Elphick
It should generally not be necessary for users to contact the original maintainer.
Similar packages:
additional facilities for PostgreSQL
The PostgreSQL contrib package provides several additional features for the PostgreSQL database. This version is built to work with the server package postgresql-8.1. contrib often serves as a testbed for features before they are adopted into PostgreSQL proper:
btree_gist - B-Tree indexing using GiST (Generalised Search Tree)
chkpass - Password type for storing and comparing encrypted passwords
cube - Type for n-dimensional "cubes"
dbf2pg - Inserts the contents of an xBase-style .dbf file into a
PostgreSQL table
dblink - Functions to return results from a remote database
dbmirror - Trigger-based databaase mirroring
earthdistance - Operator for computing the distance (in miles) between
two points on the earth's surface
fti - Full text indexing using triggers
fuzzystrmatch - Functions for fuzzy string comparison (including Soundex)
intagg - Integer aggregator/enumerator
intarray - RD-tree data structure using GiST index
isbn_issn - Type extensions for ISBN (books) and ISSN (serials)
lo - Large Object maintenance
ltree - data types, indexed access methods and queries for data
organized as a tree-like structures.
oid2name - Maps oids to table names
ora2pg - Conversion utility for Oracle database schemas
pg_buffercache - Real time queries on the shared buffer cache
pg_trgm - Determine the similarity of text based on trigram matching
pgbench - A simple program to run a benchmark test
pgcrypto - Cryptographic functions
pgstattuple - Returns the percentage of dead tuples in a table; this
indicates whether a vacuum is required.
seg - Type representing laboratory measurements as floating-
point intervals
spi - PostgreSQL Server Programming Interface; 4 examples of
its use:
autoinc - A function for implementing AUTOINCREMENT/
IDENTITY
insert_username - function for inserting user names
moddatetime - Update modification timestamps
refint - Functions for implementing referential
integrity (foreign keys). Note that this is
now superseded by built-in referential
integrity.
timetravel - Re-implements in user code the time travel
feature that was removed in 6.3.
tips - Micro HOWTOs
tsearch2 - Searchable text data type supporting indexed access
user_locks - User-level long-term locks
vacuumlo - Vacuum deleted large objects
xml2 - Manipulate XML documents in the database
PostgreSQL is an object-relational SQL database management system.
Other Packages Related to postgresql-contrib-8.1
|
|
|
-
- dep: libc6 (>= 2.3.4-1)
- GNU C Library: Shared libraries and Timezone data
also a virtual package provided by libc6-udeb
-
- dep: libpq4 (>= 8.1.4)
- PostgreSQL C client library
-
- dep: libssl0.9.8 (>= 0.9.8a-1)
- SSL shared libraries
also a virtual package provided by libcrypto0.9.8-udeb
-
- dep: libxml2 (>= 2.6.24)
- GNOME XML library
-
- dep: libxslt1.1 (>= 1.1.15)
- XSLT processing library - runtime library
-
- dep: postgresql-8.1
- object-relational SQL database, version 8.1 server
-
- dep: postgresql-common (>= 39)
- manager for PostgreSQL database clusters
-
- dep: zlib1g (>= 1:1.2.1)
- compression library - runtime
also a virtual package provided by zlib1g-udeb
-
- rec: libdbd-pg-perl
- a PostgreSQL interface for Perl 5 using DBI
-
- rec: libpg-perl (>= 1:2.0.1-1)
- Perl modules for PostgreSQL