Fix problem with multiple indices defined if using column- and table-
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Wed, 12 May 1999 07:17:18 +0000 (07:17 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Wed, 12 May 1999 07:17:18 +0000 (07:17 +0000)
commit616fb0a75b7309dc39debfcdc9ce639f37b3d81d
treedd3bfbaad4bffdc830e91dbf338b3ef71777e034
parentef0e7495b2b4aa9c56e696617505cd8c22eaad02
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