<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Database</title><link>https://sourceforge.net/p/redditiwidget/wiki/Database/</link><description>Recent changes to Database</description><atom:link href="https://sourceforge.net/p/redditiwidget/wiki/Database/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 09 Apr 2013 04:15:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/redditiwidget/wiki/Database/feed" rel="self" type="application/rss+xml"/><item><title>Database modified by Tim Van Patten</title><link>https://sourceforge.net/p/redditiwidget/wiki/Database/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,15 @@
 The redditIWidget uses the postgresql database to hold the information about a user that's necessary to query Reddit.
+
+## Database Name
+The server is currently configured to use a database that's named "redditIWidget".   Your database must be named the same, or you will need to update the server code.
+
+##
+## Database User
+The server is currently configured to use a database user that's named "postgres".   Your database must have a user that's named the same, or you will need to update the server code.
+
+##
+## Database Table
+The server is currently configured to use a database table that's named "redditors".   Your database must have a table that's named the same, or you will need to update the server code.

 The database table must contain the following columns:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Van Patten</dc:creator><pubDate>Tue, 09 Apr 2013 04:15:39 -0000</pubDate><guid>https://sourceforge.netc6b7995ef3d30a55b358773e43e7c0f977255c4c</guid></item><item><title>Database modified by Tim Van Patten</title><link>https://sourceforge.net/p/redditiwidget/wiki/Database/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The redditIWidget uses the postgresql database to hold the information about a user that's necessary to query Reddit.&lt;/p&gt;
&lt;p&gt;The database table must contain the following columns:&lt;/p&gt;
&lt;p&gt;redditIWidget=&amp;gt; \d redditors;&lt;br /&gt;
           Table "public.redditors"&lt;br /&gt;
    Column     |       Type        | Modifiers &lt;br /&gt;
---------------+-------------------+-----------&lt;br /&gt;
 user_name     | character varying | &lt;br /&gt;
 access_token  | character varying | &lt;br /&gt;
 refresh_token | character varying | &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Van Patten</dc:creator><pubDate>Tue, 09 Apr 2013 03:48:43 -0000</pubDate><guid>https://sourceforge.netf3dd47d4e36280057ba92aa2777b8b348dada1fd</guid></item></channel></rss>