OSDN Git Service

Fix problem with multiple indices defined if using column- and table-
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 12 May 1999 07:17:18 +0000 (07:17 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 12 May 1999 07:17:18 +0000 (07:17 +0000)
commit3ce054b57db206f0f3de2231d3a1ff0a35fdddb9
treec586381e7013d939e4a025695734352b643cd814
parent575c40a61f0050decba7d3027f818158318f810f
Fix problem with multiple indices defined if using column- and table-
 constraints. Reported by Tom Lane.
Now, check for duplicate indices and retain the one which is a primary-key.
Adjust elog NOTICE messages to surround table and column names with single
 quotes.
src/backend/parser/analyze.c