|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $PostgreSQL: pgsql/src/backend/commands/schemacmds.c,v 1.24 2004/08/29 05:06:41 momjian Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/commands/schemacmds.c,v 1.25 2004/09/02 00:22:16 tgl Exp $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
@@ -217,10 +217,6 @@ RemoveSchema(List *names, DropBehavior behavior)
|
217 | 217 | /*
|
218 | 218 | * Do the deletion. Objects contained in the schema are removed by
|
219 | 219 | * means of their dependency links to the schema.
|
220 |
| - * |
221 |
| - * XXX currently, index opclasses don't have creation/deletion commands, |
222 |
| - * so they will not get removed when the containing schema is removed. |
223 |
| - * This is annoying but not fatal. |
224 | 220 | */
|
225 | 221 | object.classId=get_system_catalog_relid(NamespaceRelationName);
|
226 | 222 | object.objectId=namespaceId;
|
|