postgresql/src
Bruce Momjian 46aaa5dda3 Appears there is a problem finding the opclass when indexing a domain.
CREATE DOMAIN newint as int4;
CREATE TABLE tab (col newint unique);
ERROR:  data type newint has no default operator class for access method
"btree"
        You must specify an operator class for the index or define a
        default operator class for the data type


Specifically, GetDefaultOpClass() finds 0 exact matches and 3 binary
compatible matches.  Fetching getBaseType() of the attribute fixes the
problem for domains (see attachment).

Rod Taylor
2002-08-15 02:53:35 +00:00
..
backend Appears there is a problem finding the opclass when indexing a domain. 2002-08-15 02:53:35 +00:00
bin As discussed on several occasions previously, the new anonymous 2002-08-15 02:51:27 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include As discussed on several occasions previously, the new anonymous 2002-08-15 02:51:27 +00:00
interfaces Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4). 2002-08-14 20:35:40 +00:00
makefiles Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
pl Restructure rowtype-parameter handling to eliminate need for possibly- 2002-08-12 14:25:07 +00:00
port Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestion 2002-08-12 15:24:07 +00:00
template Fix case syntax for freebsd template. 2002-07-08 01:54:30 +00:00
test As discussed on several occasions previously, the new anonymous 2002-08-15 02:51:27 +00:00
tools Add mention of copyright year update. 2002-07-24 17:58:24 +00:00
tutorial Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
utils Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
Makefile.global.in Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
Makefile.shlib Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
nls-global.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
win32.mak Missed this part in pg_config.h rename. 2001-08-24 22:42:28 +00:00