Index: src/backend/catalog/index.c
===================================================================
RCS file: /var/lib/cvs/pgsql-server/src/backend/catalog/index.c,v
retrieving revision 1.189
diff -c -r1.189 index.c
*** src/backend/catalog/index.c	11 Aug 2002 21:17:34 -0000	1.189
--- src/backend/catalog/index.c	25 Aug 2002 05:02:26 -0000
***************
*** 561,567 ****
  		elog(ERROR, "Shared indexes cannot be created after initdb");
  
  	if (get_relname_relid(indexRelationName, namespaceId))
! 		elog(ERROR, "index named \"%s\" already exists",
  			 indexRelationName);
  
  	/*
--- 561,567 ----
  		elog(ERROR, "Shared indexes cannot be created after initdb");
  
  	if (get_relname_relid(indexRelationName, namespaceId))
! 		elog(ERROR, "relation named \"%s\" already exists",
  			 indexRelationName);
  
  	/*
