From: Tom Lane Date: Tue, 1 Jun 2004 05:15:47 +0000 (+0000) Subject: List pg_trgm in contrib Makefile and README. X-Git-Tag: REL8_0_0BETA1~464 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aad4196764798583eaa122e80288b861337abae4;p=postgresql List pg_trgm in contrib Makefile and README. --- diff --git a/contrib/Makefile b/contrib/Makefile index f656018268..7dc0405f94 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.48 2004/03/05 05:15:16 momjian Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.49 2004/06/01 05:15:47 tgl Exp $ subdir = contrib top_builddir = .. @@ -27,6 +27,7 @@ WANTED_DIRS = \ pg_autovacuum \ pg_dumplo \ pg_logger \ + pg_trgm \ pgbench \ pgcrypto \ pgstattuple \ @@ -43,8 +44,8 @@ WANTED_DIRS = \ vacuumlo # Missing: -# array \ (removed all but the README) # adddepend \ (does not have a makefile) +# array \ (removed all but the README) # ipc_check \ (does not have a makefile) # mSQL-interface \ (requires msql installed) # mac \ (does not have a makefile) diff --git a/contrib/README b/contrib/README index 0071f43b85..37904cdb3e 100644 --- a/contrib/README +++ b/contrib/README @@ -11,9 +11,9 @@ Each subdirectory contains a README file with information about the module. Most items can be built with `gmake all' and installed with `gmake install' in the usual fashion, after you have run the `configure' script in the top-level directory. Some directories supply new -user-defined functions, operators, or types. After you have installed -the files you need to register the new entities in the database system -by running the commands in the supplied .sql file. For example, +user-defined functions, operators, or types. In these cases, after you have +installed the files you need to register the new entities in the database +system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql @@ -34,7 +34,7 @@ array - btree_gist - Support for emulating BTREE indexing in GiST - by Oleg Bartunov and Teodor Sigaev + by Oleg Bartunov and Teodor Sigaev chkpass - An auto-encrypted password datatype @@ -85,7 +85,7 @@ intagg - intarray - Index support for arrays of int4, using GiST - by Teodor Sigaev and Oleg Bartunov + by Teodor Sigaev and Oleg Bartunov ipc_check - Simple test script to help in configuring IPC. @@ -101,7 +101,7 @@ lo - ltree - Tree-like data structures - by Teodor Sigaev and Oleg Bartunov + by Teodor Sigaev and Oleg Bartunov mSQL-interface - mSQL API translation library @@ -144,6 +144,11 @@ pg_logger - Stdin-to-syslog gateway for PostgreSQL by Nathan Myers +pg_trgm - + Functions for determining the similarity of text based on trigram + matching. + by Oleg Bartunov and Teodor Sigaev + pg_upgrade - Upgrade from previous PostgreSQL version without pg_dump/reload by Bruce Momjian @@ -156,21 +161,22 @@ pgcrypto - Cryptographic functions by Marko Kreen +pgstattuple - + A function to return statistics about "dead" tuples and free + space within a table + by Tatsuo Ishii + reindexdb - Reindexes a database by Shaun Thomas -pgstattuple - - A function returns the percentage of "dead" tuples in a table - by Tatsuo Ishii - rserv - Replication server by Vadim B. Mikheev rtree_gist - Support for emulating RTREE indexing in GiST - by Oleg Bartunov and Teodor Sigaev + by Oleg Bartunov and Teodor Sigaev seg - Confidence-interval datatype (GiST indexing example) @@ -200,12 +206,12 @@ tools - tsearch - Full-text-index support using GiST (obsolete version) - by Teodor Sigaev and Oleg Bartunov + by Teodor Sigaev and Oleg Bartunov . tsearch2 - Full-text-index support using GiST - by Teodor Sigaev and Oleg Bartunov + by Teodor Sigaev and Oleg Bartunov . userlock -