mirror of
https://github.com/postgres/postgres.git
synced 2025-08-11 04:22:52 +03:00
Various message fixes, among those fixes for the previous round of fixes
This commit is contained in:
src/backend
access
transam
catalog
commands
libpq
parser
port
postmaster
rewrite
utils
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.110 2003/09/25 06:57:58 petere Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.111 2003/09/26 15:27:31 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -168,7 +168,7 @@ DefineIndex(RangeVar *heapRelation,
|
||||
if (length(rangetable) != 1 || getrelid(1, rangetable) != relationId)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_COLUMN_REFERENCE),
|
||||
errmsg("index expressions and predicates may refer only to the base relation")));
|
||||
errmsg("index expressions and predicates may refer only to the table being indexed")));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user