aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-25 01:11:09 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-25 01:11:09 +0000
commit51d16423ae2c8ecbf0005408b8137ce6bdbe148a (patch)
tree0f8bd315b7e6005f2ae400fa89ac53fcd9f1d6dc /src/pl/plpython/plpython.c
parent8f337e86cd98b0f033aa823c6cbb3844ccb78dff (diff)
downloadpostgresql-51d16423ae2c8ecbf0005408b8137ce6bdbe148a.tar.gz
postgresql-51d16423ae2c8ecbf0005408b8137ce6bdbe148a.zip
- Corrections for tables, columns with uppercase characters
- Don't attempt to convert partial or expressional unique indexes - Don't attempt to convert unique indexes based on a non-default opclasses - Untested prevention of conversion of non-btree indexes unique indexes. Untested as postgresql doesn't allow hash, gist, or rtree based indexes to be unique. rbt=# create unique index t on a using hash (col); ERROR: DefineIndex: access method "hash" does not support UNIQUE indexes rbt=# create unique index t on a using gist (col); ERROR: DefineIndex: access method "gist" does not support UNIQUE indexes rbt=# select version(); version ------------------------------------------------------------------------ PostgreSQL 7.4devel on i386-unknown-freebsd4.8, compiled by GCC 2.95.4 Rod Taylor
Diffstat (limited to 'src/pl/plpython/plpython.c')
0 files changed, 0 insertions, 0 deletions