summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-11 08:06:04 +0100
committerAndrew Dolgov <[email protected]>2008-01-11 08:06:04 +0100
commit747885fc7be832b4c5634490e0f96672031f3973 (patch)
treea1debff6044b6031e9b857ea964ab8271c371a3b /help
parent819558ef7b665c3d2309d146ff466b6c97f31f3e (diff)
popup help updates
Diffstat (limited to 'help')
-rw-r--r--help/1.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/help/1.php b/help/1.php
index fc7c2003d..b0dfb63e1 100644
--- a/help/1.php
+++ b/help/1.php
@@ -12,6 +12,11 @@
<pre>ttrss_entries.title like '%Linux%'</pre>
-<p>See the database schema included in the distribution package for gruesome
-details.</p>
+<p>Matches all articles for the last week (PostgreSQL):</p>
+<pre>updated &gt; NOW() - INTERVAL '7 days'</pre>
+
+<p>See the database schema <a target="_blank" href="http://tt-rss.org/trac/browser/schema/ttrss_schema_pgsql.sql">here</a> or included in the distribution package for gruesome details. The relevant tables are <b>ttrss_entries</b> and <b>ttrss_user_entries</b>.</p>
+
+<p class="insensitive">Feel free to post more clever examples of labels on Tiny
+Tiny RSS <a target="_blank" href="http://tt-rss.org/forum">forums</a>.</p>