diff options
author | asau <asau@pkgsrc.org> | 2013-04-08 18:29:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-04-08 18:29:37 +0000 |
commit | 0a282957a8d1af1213b6f62d847d50b694ea2d8b (patch) | |
tree | 6ad31e0763e055c2d920bc01ada25ae898d27bd7 /databases | |
parent | 0246c868a9f4c37af30ef91012cd30f3b2098693 (diff) | |
download | pkgsrc-0a282957a8d1af1213b6f62d847d50b694ea2d8b.tar.gz |
Revert pkglint-induced nonsense.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/phppgadmin/DESCR | 6 | ||||
-rw-r--r-- | databases/postgresql90-datatypes/DESCR | 49 | ||||
-rw-r--r-- | databases/postgresql91-datatypes/DESCR | 49 | ||||
-rw-r--r-- | databases/postgresql92-datatypes/DESCR | 49 |
4 files changed, 106 insertions, 47 deletions
diff --git a/databases/phppgadmin/DESCR b/databases/phppgadmin/DESCR index de8526eb55c..2ffbdcd176a 100644 --- a/databases/phppgadmin/DESCR +++ b/databases/phppgadmin/DESCR @@ -1,5 +1,7 @@ -phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for -PostgreSQL DBAs, newbies and hosting services. Features include: +phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect +for PostgreSQL DBAs, newbies and hosting services. + +Features include: - Administer multiple servers - Support for PostgreSQL 7.4.x, 8.0.x, 8.1.x, 8.2.x, 8.3.x, 8.4.x, 9.0.x - Manage all aspects of: diff --git a/databases/postgresql90-datatypes/DESCR b/databases/postgresql90-datatypes/DESCR index 1e4f644bc64..0fd1fb2d6cd 100644 --- a/databases/postgresql90-datatypes/DESCR +++ b/databases/postgresql90-datatypes/DESCR @@ -1,24 +1,43 @@ -This package provides the following PostgreSQL modules: citext, hstore, -intarray, isn, ltree, lo, uuid-ossp, and unaccent. The "citext" module provides -a case-insensitive character string type, citext. +This package provides the following PostgreSQL modules: + - citext + - hstore + - intarray + - isn + - ltree + - lo + - uuid-ossp + - unaccent -The "hstore" module implements the "hstore" data type for storing sets of -key/value pairs within a single PostgreSQL value. +The "citext" module provides a case-insensitive character string type, +citext. Essentially, it internally calls lower when comparing values. +Otherwise, it behaves almost exactly like text. -The "intarray" module provides a number of useful functions and operators for -manipulating one-dimensional arrays of integers. +The "hstore" module implements the "hstore" data type for storing sets +of key/value pairs within a single PostgreSQL value. This can be useful +in various scenarios, such as rows with many attributes that are rarely +examined, or semi-structured data. Keys and values are simply text strings. -The "isn" module provides data types for the following international product -numbering standards: EAN13, UPC, ISBN (books), ISMN (music), and ISSN (serials). +The "intarray" module provides a number of useful functions and operators +for manipulating one-dimensional arrays of integers. There is also support +for indexed searches using some of the operators. -The "ltree" module implements a data type ltree for representing labels of data -stored in a hierarchical tree-like structure. +The "isn" module provides data types for the following international +product numbering standards: EAN13, UPC, ISBN (books), ISMN (music), +and ISSN (serials). Numbers are validated on input, and correctly +hyphenated on output. -The "lo" module provides support for managing Large Objects (also called LOs or -BLOBs). This includes a data type "lo" and a trigger "lo_manage." +The "ltree" module implements a data type ltree for representing +labels of data stored in a hierarchical tree-like structure. +Extensive facilities for searching through label trees are provided. + +The "lo" module provides support for managing Large Objects (also called +LOs or BLOBs). This includes a data type "lo" and a trigger "lo_manage." The "uuid-ossp" module provides functions to generate universally unique -identifiers (UUIDs) using one of several standard algorithms. +identifiers (UUIDs) using one of several standard algorithms. There are +also functions to produce certain special UUID constants. "unaccent" is a text search dictionary that removes accents (diacritic signs) -from lexemes. +from lexemes. It's a filtering dictionary, which means its output is always +passed to the next dictionary (if any), unlike the normal behavior of +dictionaries. This allows accent-insensitive processing for full text search. diff --git a/databases/postgresql91-datatypes/DESCR b/databases/postgresql91-datatypes/DESCR index 1e4f644bc64..0fd1fb2d6cd 100644 --- a/databases/postgresql91-datatypes/DESCR +++ b/databases/postgresql91-datatypes/DESCR @@ -1,24 +1,43 @@ -This package provides the following PostgreSQL modules: citext, hstore, -intarray, isn, ltree, lo, uuid-ossp, and unaccent. The "citext" module provides -a case-insensitive character string type, citext. +This package provides the following PostgreSQL modules: + - citext + - hstore + - intarray + - isn + - ltree + - lo + - uuid-ossp + - unaccent -The "hstore" module implements the "hstore" data type for storing sets of -key/value pairs within a single PostgreSQL value. +The "citext" module provides a case-insensitive character string type, +citext. Essentially, it internally calls lower when comparing values. +Otherwise, it behaves almost exactly like text. -The "intarray" module provides a number of useful functions and operators for -manipulating one-dimensional arrays of integers. +The "hstore" module implements the "hstore" data type for storing sets +of key/value pairs within a single PostgreSQL value. This can be useful +in various scenarios, such as rows with many attributes that are rarely +examined, or semi-structured data. Keys and values are simply text strings. -The "isn" module provides data types for the following international product -numbering standards: EAN13, UPC, ISBN (books), ISMN (music), and ISSN (serials). +The "intarray" module provides a number of useful functions and operators +for manipulating one-dimensional arrays of integers. There is also support +for indexed searches using some of the operators. -The "ltree" module implements a data type ltree for representing labels of data -stored in a hierarchical tree-like structure. +The "isn" module provides data types for the following international +product numbering standards: EAN13, UPC, ISBN (books), ISMN (music), +and ISSN (serials). Numbers are validated on input, and correctly +hyphenated on output. -The "lo" module provides support for managing Large Objects (also called LOs or -BLOBs). This includes a data type "lo" and a trigger "lo_manage." +The "ltree" module implements a data type ltree for representing +labels of data stored in a hierarchical tree-like structure. +Extensive facilities for searching through label trees are provided. + +The "lo" module provides support for managing Large Objects (also called +LOs or BLOBs). This includes a data type "lo" and a trigger "lo_manage." The "uuid-ossp" module provides functions to generate universally unique -identifiers (UUIDs) using one of several standard algorithms. +identifiers (UUIDs) using one of several standard algorithms. There are +also functions to produce certain special UUID constants. "unaccent" is a text search dictionary that removes accents (diacritic signs) -from lexemes. +from lexemes. It's a filtering dictionary, which means its output is always +passed to the next dictionary (if any), unlike the normal behavior of +dictionaries. This allows accent-insensitive processing for full text search. diff --git a/databases/postgresql92-datatypes/DESCR b/databases/postgresql92-datatypes/DESCR index 1e4f644bc64..0fd1fb2d6cd 100644 --- a/databases/postgresql92-datatypes/DESCR +++ b/databases/postgresql92-datatypes/DESCR @@ -1,24 +1,43 @@ -This package provides the following PostgreSQL modules: citext, hstore, -intarray, isn, ltree, lo, uuid-ossp, and unaccent. The "citext" module provides -a case-insensitive character string type, citext. +This package provides the following PostgreSQL modules: + - citext + - hstore + - intarray + - isn + - ltree + - lo + - uuid-ossp + - unaccent -The "hstore" module implements the "hstore" data type for storing sets of -key/value pairs within a single PostgreSQL value. +The "citext" module provides a case-insensitive character string type, +citext. Essentially, it internally calls lower when comparing values. +Otherwise, it behaves almost exactly like text. -The "intarray" module provides a number of useful functions and operators for -manipulating one-dimensional arrays of integers. +The "hstore" module implements the "hstore" data type for storing sets +of key/value pairs within a single PostgreSQL value. This can be useful +in various scenarios, such as rows with many attributes that are rarely +examined, or semi-structured data. Keys and values are simply text strings. -The "isn" module provides data types for the following international product -numbering standards: EAN13, UPC, ISBN (books), ISMN (music), and ISSN (serials). +The "intarray" module provides a number of useful functions and operators +for manipulating one-dimensional arrays of integers. There is also support +for indexed searches using some of the operators. -The "ltree" module implements a data type ltree for representing labels of data -stored in a hierarchical tree-like structure. +The "isn" module provides data types for the following international +product numbering standards: EAN13, UPC, ISBN (books), ISMN (music), +and ISSN (serials). Numbers are validated on input, and correctly +hyphenated on output. -The "lo" module provides support for managing Large Objects (also called LOs or -BLOBs). This includes a data type "lo" and a trigger "lo_manage." +The "ltree" module implements a data type ltree for representing +labels of data stored in a hierarchical tree-like structure. +Extensive facilities for searching through label trees are provided. + +The "lo" module provides support for managing Large Objects (also called +LOs or BLOBs). This includes a data type "lo" and a trigger "lo_manage." The "uuid-ossp" module provides functions to generate universally unique -identifiers (UUIDs) using one of several standard algorithms. +identifiers (UUIDs) using one of several standard algorithms. There are +also functions to produce certain special UUID constants. "unaccent" is a text search dictionary that removes accents (diacritic signs) -from lexemes. +from lexemes. It's a filtering dictionary, which means its output is always +passed to the next dictionary (if any), unlike the normal behavior of +dictionaries. This allows accent-insensitive processing for full text search. |