pgsql/doc/src/sgml/ref (create_index.sgml) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/doc/src/sgml/ref (create_index.sgml)
Date
Msg-id 200006190354.e5J3sHN68002@hub.org
Whole thread Raw
List pgsql-committers
  Date: Sunday, June 18, 2000 @ 23:54:16
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref
     from hub.org:/home/projects/pgsql/tmp/cvs-serv64801/doc/src/sgml/ref

Modified Files:
    create_index.sgml

-----------------------------  Log Message  -----------------------------

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.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/doc/src/sgml (indices.sgml)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/access/hash (hashfunc.c)