You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2010/07/29 20:24:43 UTC

[Couchdb Wiki] Update of "Frequently_asked_questions" by JanLehnardt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Frequently_asked_questions" page has been changed by JanLehnardt.
The comment on this change is: answer.
http://wiki.apache.org/couchdb/Frequently_asked_questions?action=diff&rev1=29&rev2=30

--------------------------------------------------

  <<Anchor(get_a_list_of_design_docs)>>
  == How can I get a list of the design documents in a database? ==
  
+ Query the `_all_docs` view with `startkey="_design/"&endkey="_design0"`.
+