summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2000-06-19 03:55:01 +0000
committerTom Lane2000-06-19 03:55:01 +0000
commitc590273fef87321b12ea56733d6bf49a66841431 (patch)
treed8f7577ae236027aa9ca91eb6e1930574c956d4b /doc/src
parenta53dc5ee613e6b6aa692b79b60adda86e026971c (diff)
Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc
entries now for int8 and network hash indexes. int24_ops and int42_ops are gone. pg_opclass no longer contains multiple entries claiming to be the default opclass for the same datatype. opr_sanity regress test extended to catch errors like these in the future.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/indices.sgml11
-rw-r--r--doc/src/sgml/ref/create_index.sgml13
2 files changed, 1 insertions, 23 deletions
diff --git a/doc/src/sgml/indices.sgml b/doc/src/sgml/indices.sgml
index 84cb5036d34..ab882c0a1b3 100644
--- a/doc/src/sgml/indices.sgml
+++ b/doc/src/sgml/indices.sgml
@@ -130,17 +130,6 @@
<literal>bigbox_ops</literal>.
</para>
</listitem>
-
- <listitem>
- <para>
- The <literal>int24_ops</literal>
- operator class is useful for constructing indices on int2 data, and
- doing comparisons against int4 data in query qualifications.
- Similarly, <literal>int42_ops</literal>
- support indices on int4 data that is to be compared against int2 data
- in queries.
- </para>
- </listitem>
</itemizedlist>
</para>
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml
index 43d6ffe38ca..1f63d4ce05a 100644
--- a/doc/src/sgml/ref/create_index.sgml
+++ b/doc/src/sgml/ref/create_index.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.13 2000/05/02 20:02:03 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.14 2000/06/19 03:54:15 tgl Exp $
Postgres documentation
-->
@@ -312,17 +312,6 @@ ERROR: Cannot create index: 'index_name' already exists.
<literal>bigbox_ops</literal>.
</para>
</listitem>
-
- <listitem>
- <para>
- The <literal>int24_ops</literal>
- operator class is useful for constructing indices on int2 data, and
- doing comparisons against int4 data in query qualifications.
- Similarly, <literal>int42_ops</literal>
- support indices on int4 data that is to be compared against int2 data
- in queries.
- </para>
- </listitem>
</itemizedlist>
</para>