*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.42 2000/12/08 06:17:58 inoue Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.43 2000/12/15 04:08:15 tgl Exp $
*
*-------------------------------------------------------------------------
*/
*
* Exceptions:
* BadArg if name is invalid.
- * "WARN" if index nonexistent.
+ * "ERROR" if index nonexistent.
* ...
*/
void
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.56 2000/11/20 20:36:47 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.57 2000/12/15 04:08:15 tgl Exp $
*
*-------------------------------------------------------------------------
*/
* Exceptions:
* BadArg if name is invalid.
* BadArg if type1 is invalid.
- * "WARN" if operator nonexistent.
+ * "ERROR" if operator nonexistent.
* ...
*/
void
*
* Exceptions:
* BadArg if name is invalid.
- * "WARN" if function nonexistent.
+ * "ERROR" if function nonexistent.
* ...
*/
void
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: command.h,v 1.23 2000/09/12 05:09:47 momjian Exp $
+ * $Id: command.h,v 1.24 2000/12/15 04:08:15 tgl Exp $
*
*-------------------------------------------------------------------------
*/
*
* Exceptions:
* BadArg if forward invalid.
- * "WARN" if portal not found.
+ * "ERROR" if portal not found.
*/
extern void PerformPortalFetch(char *name, bool forward, int count,
char *tag, CommandDest dest);