From 90e1ac92929e456fc7750d81cd6517f6dd1c1370 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 1 Sep 2004 03:28:15 +0000 Subject: Add index mention:

In pre-8.0 releases, indexes often can not be used unless the data types exactly match the index's column types. This is particularly true of int2, int8, and numeric column indexes.

--- doc/src/FAQ/FAQ.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 37e4c969c52..47c00659bc6 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Wed Aug 25 23:18:13 EDT 2004

+

Last updated: Tue Aug 31 23:28:02 EDT 2004

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -1001,6 +1001,10 @@

+

In pre-8.0 releases, indexes often can not be used unless the data + types exactly match the index's column types. This is particularly + true of int2, int8, and numeric column indexes.

+

4.9) How do I see how the query optimizer is evaluating my query?

-- cgit v1.2.3