diff options
Diffstat (limited to 'src/backend/commands/remove.c')
-rw-r--r-- | src/backend/commands/remove.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/commands/remove.c b/src/backend/commands/remove.c index 4787672b26..fcb5e1259b 100644 --- a/src/backend/commands/remove.c +++ b/src/backend/commands/remove.c @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * remove.c-- + * remove.c * POSTGRES remove (function | type | operator ) utilty code. * * Copyright (c) 1994, Regents of the University of California @@ -36,7 +36,7 @@ #endif /* - * RemoveOperator -- + * RemoveOperator * Deletes an operator. * * Exceptions: @@ -288,7 +288,7 @@ RemoveType(char *typeName) /* type name to be removed */ } /* - * RemoveFunction -- + * RemoveFunction * Deletes a function. * * Exceptions: |