summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-08-22 16:00:44 +0400
committerAlexander Shorin <kxepal@apache.org>2013-09-27 22:00:45 +0400
commitee769ae0cb0c2ead88811053265e7051d6df638e (patch)
tree095e61c0f021ca5ee5b182a301cd2df21033e1d9
parentec2452b3c6602a0544809919b73b4c8197efca1d (diff)
downloadcouchdb-ee769ae0cb0c2ead88811053265e7051d6df638e.tar.gz
Respect copyright on content from external sources.
-rw-r--r--NOTICE4
-rw-r--r--share/doc/src/couchapp/views/joins.rst4
2 files changed, 8 insertions, 0 deletions
diff --git a/NOTICE b/NOTICE
index 6c51a480f..da1b6d4c6 100644
--- a/NOTICE
+++ b/NOTICE
@@ -182,3 +182,7 @@ This product also includes the following third-party components:
Copyright 2013, Creative Commons Attribution license
+ * share/doc/src/couchapp/views/joins.rst (Using View Collation)
+
+ Copyright 2007, Christopher Lenz <cmlenz@gmail.com>
+
diff --git a/share/doc/src/couchapp/views/joins.rst b/share/doc/src/couchapp/views/joins.rst
index 3abae9d75..3b9542767 100644
--- a/share/doc/src/couchapp/views/joins.rst
+++ b/share/doc/src/couchapp/views/joins.rst
@@ -161,6 +161,10 @@ emit a ``"_rev"`` property as well as ``"_id"``.
Using View Collation
====================
+:Author: Christopher Lenz
+:Date: 2007-10-05
+:Source: http://www.cmlenz.net/archives/2007/10/couchdb-joins
+
Just today, there was a discussion on IRC how you'd go about modeling a simple
blogging system with “post” and “comment” entities, where any blog post might
have N comments. If you'd be using an SQL database, you'd obviously have two