diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-16 18:41:30 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-16 18:41:30 +0000 |
| commit | bfabd4f052f044746de9e830ba28b0b77b8e1feb (patch) | |
| tree | 5953950e5eb7c99210bacd2e60f0ea48cad1681c /contrib/README | |
| parent | ea46ddcfa6d6156f67aa30053438995dca71ce0d (diff) | |
| download | postgresql-bfabd4f052f044746de9e830ba28b0b77b8e1feb.tar.gz | |
Add scripts to enable/disable use of new LIKE/regexp selectivity
estimation operators. See contrib/likeplanning/README for info.
Diffstat (limited to 'contrib/README')
| -rw-r--r-- | contrib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index 0fcaa468f2..773b0e30c3 100644 --- a/contrib/README +++ b/contrib/README @@ -35,6 +35,12 @@ isbn_issn - PostgreSQL type extensions for ISBN (books) and ISSN (serials) by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu> +likeplanning - + Scripts to enable/disable new planning code for LIKE and regexp + pattern match operators. These will go away again once the code + is mature enough to enable by default. + by Tom Lane <tgl@sss.pgh.pa.us> + linux - Start postgres back end system by Thomas Lockhart <lockhart@alumni.caltech.edu> |
