summaryrefslogtreecommitdiff
path: root/contrib/tablefunc/README.tablefunc
diff options
context:
space:
mode:
authorTom Lane2002-11-23 01:54:09 +0000
committerTom Lane2002-11-23 01:54:09 +0000
commit1f1c332381fdc3927c99478a01d47aea4c5b0f10 (patch)
tree29654a2d19ac0c1d92e66f29d1b7221ada79a949 /contrib/tablefunc/README.tablefunc
parente760d22391635d550afcf41799411c04f20fd031 (diff)
Remove inappropriate double-quoting in connectby() code; adjust
regression test to avoid using VALUE as a name. From Joe Conway.
Diffstat (limited to 'contrib/tablefunc/README.tablefunc')
-rw-r--r--contrib/tablefunc/README.tablefunc8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/tablefunc/README.tablefunc b/contrib/tablefunc/README.tablefunc
index c1faf190b30..53d4cb99f25 100644
--- a/contrib/tablefunc/README.tablefunc
+++ b/contrib/tablefunc/README.tablefunc
@@ -395,8 +395,12 @@ Notes
for branch_delim for internal recursion detection, even though the branch
field is not returned.
- 4. If the branch field is desired, it must be the forth column in the query
- column definition, and it must be type TEXT
+ 4. If the branch field is desired, it must be the fourth column in the query
+ column definition, and it must be type TEXT.
+
+ 5. The parameters representing table and field names must include double
+ quotes if the names are mixed-case or contain special characters.
+
Example usage