File: control

package info (click to toggle)
postgresql 7.4.7-6sarge6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,168 kB
  • ctags: 27
  • sloc: sh: 1,903; makefile: 337; ansic: 204; perl: 69; sed: 6; tcl: 1
file content (227 lines) | stat: -rw-r--r-- 10,910 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
Source: postgresql
Section: misc
Priority: optional
Maintainer: Martin Pitt <mpitt@debian.org>
Uploaders: Oliver Elphick <Oliver.Elphick@lfix.co.uk>
Standards-Version: 3.6.1
Build-Depends: bison, perl (>= 5.8), libperl-dev, tk8.4-dev, flex, debhelper (>= 4.1.29), libreadline4-dev (>= 4.2), libssl-dev, zlib1g-dev | libz-dev, libpam0g-dev | libpam-dev, dbs, libxml2-dev, libltdl3-dev, libkrb5-dev, po-debconf, python-dev, gettext

Package: postgresql
Architecture: any
Section: misc
Pre-Depends: adduser (>= 3.34) 
Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.10.3), procps, debianutils (>= 1.13.1), postgresql-client (>= 7.4), libpq3 (>= 7.4), mailx, ucf (>= 0.28)
Conflicts: postgres95,libpq1, postgresql-pl, postgresql-test, postgresql-contrib (<< 7.2), ecpg (<< 7.2), libpgtcl (<< 7.3rel-5), libpgperl (<< 1:2.0.1-1), postgresql-client (<< 7.4.6-5)
Replaces: postgresql-pl,libpgtcl (<< 7.3rel-5), libpgperl (<< 1:2.0.1-1)
Suggests: libpg-perl,libpgjava,libpgtcl,postgresql-doc,postgresql-dev,postgresql-contrib,pidentd | ident-server,pgdocs,pgaccess
Description: object-relational SQL database management system
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
 .
 This package provides the database server; you need postgresql-client
 or some other front end to be able to access the server.  A package
 providing ident-server is needed if you want to authenticate remote
 connections with identd.

Package: postgresql-client
Architecture: any
Section: misc
Depends: ${shlibs:Depends}, ${misc:Depends},libpq3 (>= 7.4),debianutils (>= 1.7)
Replaces: postgresql (<< 7.4)
Conflicts: postgresql (<< 7.4.6-5)
Suggests: postgresql-doc,pgdocs
Description: front-end programs for PostgreSQL
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 If you install PostgreSQL on a standalone machine, you need this
 package, too.  On a network, you can install this package on many
 client machines, while the postgresql-server package may be installed
 on only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.

Package: postgresql-dev
Architecture: any
Section: libdevel
Depends: libpq3 (>= 7.4),libssl-dev
Recommends: libkrb5-dev
Conflicts: postgres95-dev,postgres95,libpq1,postgresql(<<7.4)
Replaces: postgresql (<<7.3.1)
Suggests: postgresql-doc,postgresql,pgdocs,libpqxx-dev,libpgeasy-dev,heimdal-dev
Description: development files for libpq (PostgreSQL library)
 This package contains header files, the development libraries, and
 other files for building C programs to link with the libpq library in
 order to communicate with a PostgreSQL database server.
 .
 PostgreSQL is an object-relational SQL database management system.

Package: libpq3
Architecture: any
Section: libs
Depends:  ${misc:Depends},${shlibs:Depends}
Conflicts: libpgsql2 (>= 7.3), postgresql (<< 7.4.6-7)
Replaces: libpgsql2 (>= 7.3)
Suggests: postgresql-doc,postgresql-client
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 7.3 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.

Package: libecpg4
Architecture: any
Section: libs
Depends:  ${misc:Depends},${shlibs:Depends}
Conflicts: ecpg
Provides: ecpg
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.

Package: libecpg-dev
Architecture: any
Section: libdevel
Depends: libecpg4, ${shlibs:Depends}, postgresql-dev
Conflicts: postgresql-dev (<< 7.3), libecpg3-dev
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).

Package: libpgtcl
Architecture: any
Section: libs
Depends: libpq3 (>= 7.4),tcl8.4, tk8.4 | wish, ${misc:Depends},${shlibs:Depends}
Conflicts: postgresql-pl, postgresql (<<7.4)
Replaces: postgresql (<< 7.4), postgresql-pl
Suggests: postgresql-doc,pgaccess
Description: Tcl procedural language, library and front-end for PostgreSQL
 This package contains a library to enable Tcl scripts to communicate
 with the PostgreSQL database server.  The package also contains the
 PL/Tcl procedural language, which can be used to write functions
 callable by the database server.
 .
 PostgreSQL is an object-relational SQL database management system.

Package: libpgtcl-dev
Architecture: any
Section: libdevel
Depends: libpgtcl (>= 7.4),tcl8.4-dev
Conflicts: libpgtcl (<< 7.3)
Replaces: libpgtcl (<< 7.3)
Description: Tcl library for PostgreSQL - development files
 libpgtcl is a library to enable Tcl scripts to communicate with the
 PostgreSQL database server.  This package contains the static library and
 header files.
 .
 PostgreSQL is an object-relational SQL database management system.
 Tcl is a widely used and easily extended interpreted language.

Package: postgresql-doc
Architecture: all
Section: doc
Suggests: doc-linux-html,pgdocs
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 all PostgreSQL packages.  The manual is in HTML format.  See the
 packages pgdocs-pdf and pgdocs-pdf-a4 for other printable formats.
 .
 PostgreSQL is an object-relational SQL database management system.

Package: postgresql-contrib
Architecture: any
Section: misc
Depends: libpq3 (>= 7.4),postgresql (>= 7.4),libpg-perl (>= 1:2.0.1-1),${shlibs:Depends}, ${misc:Depends}, libdbd-pg-perl
Suggests: postgresql-doc, libpgtcl
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features for
 the PostgreSQL database. contrib often serves as a testbed for features
 before they are adopted into PostgreSQL proper:
 .
  adddepend      - Process databases upgraded from PostgreSQL 7.2 and earlier
                   to add dependency information that 7.3 creates from the
                   start
  array          - Array iterator functions
  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"
  dbase          - 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 database mirroring
  dbsize         - Report filesystem space used by a database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  findoidjoins   - Finds the joins used by oid columns by examining the actual
                   values in the oid columns and row oids.
  fulltextindex  - 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.
  mac            - Maps MAC addresses to manufacture names
  miscutil       - Some utility functions
  mysql          - Conversion utilities for MySQL dumps
  noupdate       - Trigger to prevent updates on single columns
  oid2name       - Maps oids to table names
  oracle         - Conversion utility for Oracle database schemas
  pgbench        - A simple program to run a benchmark test
  pgcrypto       - Cryptographic functions
  pg_dumplo      - Large Object dumper
  pg_logger      - Stdin to syslog gateway
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  pg_upgrade     - Migrate 7.1 database for initdb without requiring a full
                   dump and reload.  Experimental!
  reindexdb      - Script to destroy and rebuild indexes, thus reclaiming
                   space that vacuum does not reclaim
  retep          - Java utilities for use with JDBC
  rserv          - Database replication (needs package libpgtcl)
  rtree_gist     - R-Tree indexing using Generalised Search Tree algorithms
  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.
  string         - C-like input/output conversion routines for strings
  tablefunc      - C functions which return setof scalar and setof composite
  tips           - Micro HOWTOs
  tsearch        - Searchable text data type supporting indexed access 
                   (deprecated, use tsearch2 now)
  tsearch2       - Searchable text data type supporting indexed access 
  userlock       - User-level long-term locks
  vacuumlo       - Vacuum deleted large objects
  xml            - Manipulate XML documents in the database
 .
 PostgreSQL is an object-relational SQL database management system.