diff options
Diffstat (limited to 'src/backend/commands/define.c')
-rw-r--r-- | src/backend/commands/define.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/backend/commands/define.c b/src/backend/commands/define.c index 43f50066ea0..8921b279312 100644 --- a/src/backend/commands/define.c +++ b/src/backend/commands/define.c @@ -12,20 +12,7 @@ * src/backend/commands/define.c * * DESCRIPTION - * The "DefineFoo" routines take the parse tree and pick out the - * appropriate arguments/flags, passing the results to the - * corresponding "FooDefine" routines (in src/catalog) that do - * the actual catalog-munging. These routines also verify permission - * of the user to execute the command. - * - * NOTES - * These things must be defined and committed in the following order: - * "create function": - * input/output, recv/send procedures - * "create type": - * type - * "create operator": - * operators + * Support routines for dealing with DefElem nodes. * * *------------------------------------------------------------------------- |