summaryrefslogtreecommitdiff
path: root/src/include/commands/comment.h
Commit message (Collapse)AuthorAgeFilesLines
* #include cleanupsBruce Momjian2000-06-151-0/+2
|
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-4/+3
|
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-8/+8
|
* Hello.Bruce Momjian1999-10-261-0/+31
The following patch extends the COMMENT ON functionality to the rest of the database objects beyond just tables, columns, and views. The grammer of the COMMENT ON statement now looks like: COMMENT ON [ [ DATABASE | INDEX | RULE | SEQUENCE | TABLE | TYPE | VIEW ] <objname> | COLUMN <relation>.<attribute> | AGGREGATE <aggname> <aggtype> | FUNCTION <funcname> (arg1, arg2, ...) | OPERATOR <op> (leftoperand_typ rightoperand_typ) | TRIGGER <triggername> ON relname> Mike Mascari (mascarim@yahoo.com)