aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-18 22:54:23 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-18 22:54:23 +0000
commitf61d70c2ac83b62b6d3458d3e46a71b9f1671e54 (patch)
tree9b486ae1ff7a42ce9eeb411a2e897976eddf5f3b /src/backend/parser/parse_func.c
parent2fd831d3236bd1ab6113542aff788203d0b0416a (diff)
downloadpostgresql-f61d70c2ac83b62b6d3458d3e46a71b9f1671e54.tar.gz
postgresql-f61d70c2ac83b62b6d3458d3e46a71b9f1671e54.zip
Undo \dT change. Not worth it.
Diffstat (limited to 'src/backend/parser/parse_func.c')
-rw-r--r--src/backend/parser/parse_func.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/backend/parser/parse_func.c b/src/backend/parser/parse_func.c
index cca77a3cc22..2d4ad1eeb88 100644
--- a/src/backend/parser/parse_func.c
+++ b/src/backend/parser/parse_func.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.104 2001/05/18 22:35:50 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.105 2001/05/18 22:54:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -236,8 +236,10 @@ agg_select_candidate(Oid typeid, CandidateList candidates)
/*
* parse function
- * This code is confusing code because the database can accept relation.column
- * column.function, or relation.column.function.
+ * This code is confusing code because the database can accept
+ * relation.column, column.function, or relation.column.function.
+ * It can also be called as func(col) or func(col,col).
+ *
* Funcname is the first parameter, and fargs are the rest.
*/
Node *