パッケージ: postgresql-contrib-8.3 (8.3.3-1~gutsy1)
postgresql-contrib-8.3 に関するリンク
Ubuntu の資源:
postgresql-8.3 ソースパッケージをダウンロード:
- [postgresql-8.3_8.3.3-1~gutsy1.dsc]
- [postgresql-8.3_8.3.3.orig.tar.gz]
- [postgresql-8.3_8.3.3-1~gutsy1.diff.gz]
メンテナ:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Martin Pitt
It should generally not be necessary for users to contact the original maintainer.
類似のパッケージ:
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.3. contrib often serves as a testbed for features before they are adopted into PostgreSQL proper:
adminpack - File and log manipulation routines, used by pgAdmin btree_gist - B-Tree indexing using GiST (Generalised Search Tree) chkpass - An auto-encrypted password datatype cube - Multidimensional-cube datatype (GiST indexing example) dblink - Functions to return results from a remote database earthdistance - Operator for computing the distance (in miles) between two points on the earth's surface fuzzystrmatch - Levenshtein, metaphone, and soundex fuzzy string matching hstore - Store (key, value) pairs intagg - Integer aggregator/enumerator intarray - Index support for arrays of int4, using GiST isn - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers lo - Large Object maintenance ltree - Tree-like data structures oid2name - Maps OIDs to table names pageinspect - Inspection of database pages pg_buffercache - Real time queries on the shared buffer cache pg_freespacemap- Displays the contents of the free space map (FSM) pg_trgm - Determine the similarity of text based on trigram matching pg_standby - Create a warm stand-by server pgbench - TPC-B like benchmark pgcrypto - Cryptographic functions pgrowlocks - A function to return row locking information pgstattuple - Returns the percentage of dead tuples in a table; this indicates whether a vacuum is required. seg - Confidence-interval datatype (GiST indexing example) 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. tablefunc - examples of functions returning tables uuid-ossp - UUID generation functions vacuumlo - Remove orphaned large objects
PostgreSQL はオブジェクトリレーショナルな SQL データベース管理システム です。
その他の postgresql-contrib-8.3 関連パッケージ
|
|
|
-
- dep: libc6 (>= 2.6-1)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libossp-uuid15
- OSSP uuid ISO-C and C++ - shared library
-
- dep: libpq5 (>= 8.3~beta1)
- PostgreSQL C client library
-
- dep: libssl0.9.8 (>= 0.9.8e-1)
- SSL 共有ライブラリ
-
- dep: libxml2 (>= 2.6.29)
- GNOME XML library
-
- dep: libxslt1.1 (>= 1.1.20)
- XSLT processing library - runtime library
-
- dep: postgresql-8.3
- object-relational SQL database, version 8.3 server
-
- dep: postgresql-common (>= 79)
- PostgreSQL database-cluster manager
-
- dep: zlib1g (>= 1:1.2.3.3.dfsg-1)
- 圧縮ライブラリ - ランタイム
-
- rec: libdbd-pg-perl
- a PostgreSQL interface for Perl 5 using DBI