From daea4d8eaee010f41e46bb98cd1b2da2f9fb75d9 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 19 Nov 2005 17:39:45 +0000 Subject: DROP objecttype IF EXISTS for the following objects: table view index sequence schema type domain conversion --- src/include/commands/schemacmds.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/schemacmds.h') diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h index 4528591b3c..f47baf6ef3 100644 --- a/src/include/commands/schemacmds.h +++ b/src/include/commands/schemacmds.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.10 2005/06/28 05:09:12 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.11 2005/11/19 17:39:45 adunstan Exp $ * *------------------------------------------------------------------------- */ @@ -19,7 +19,7 @@ extern void CreateSchemaCommand(CreateSchemaStmt *parsetree); -extern void RemoveSchema(List *names, DropBehavior behavior); +extern void RemoveSchema(List *names, DropBehavior behavior, bool missing_ok); extern void RemoveSchemaById(Oid schemaOid); extern void RenameSchema(const char *oldname, const char *newname); -- cgit v1.2.1