DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepostgresql-8.4-ip4r
BeschreibungIPv4 and IPv4 range index types for PostgreSQL 8.4
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.04-1
Sektionuniverse/misc
Prioritätextra
Installierte Größe120 Byte
Hängt ab vonlibc6 (>= 2.4)
Empfohlene Paketepostgresql-8.4
PaketbetreuerUbuntu Developers
Quelleip4r
Paketgröße23062 Byte
Prüfsumme MD5c3d0d12af675ba6b5c6fc52a53d23858
Prüfsumme SHA13d4d4d472b3a1cb0a9c2e8664bdc28de1fea96c6
Prüfsumme SHA2565893ce3d996bd9c56eca0f9fe2f14259abb8d7ddc8315944eaf0700e516d1989
Link zum Herunterladenpostgresql-8.4-ip4r_1.04-1_i386.deb
Ausführliche BeschreibungThis PostgreSQL module provides two data types, ip4 and ip4r, which can contain a single IPv4 address or a range of IPv4 addresses, respectively. . While PostgreSQL already has built-in types 'inet' and 'cidr', the authors of this module found that they had a number of requirements that were not addressed by the built-in type. . Firstly and most importantly, the built-in types have no support for index lookups of the form (column >>= parameter), i.e. where you have a table of IP address ranges and wish to find which ones include a given IP address. This requires an rtree or gist index to do efficiently, and also requires a way to represent IP address ranges that do not fall precisely on CIDR boundaries. . Secondly, the built-in inet/cidr are somewhat overloaded with semantics, with inet combining two distinct concepts (a netblock, and a specific IP within that netblock). Furthermore, they are variable length types (to support IPv6) with non-trivial overheads, and the authors (whose applications mainly deal in large volumes of single IPv4 addresses) wanted a more lightweight representation. . ip4r therefore supports two distinct data types (so far): . ip4 - a single IPv4 address ip4r - an arbitrary range of IPv4 addresses


Impressum
Linux is a registered trademark of Linus Torvalds