<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to HowTo</title><link>https://sourceforge.net/p/bibq/wiki/HowTo/</link><description>Recent changes to HowTo</description><atom:link href="https://sourceforge.net/p/bibq/wiki/HowTo/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 22 Sep 2014 09:00:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bibq/wiki/HowTo/feed" rel="self" type="application/rss+xml"/><item><title>HowTo modified by Daniel Sheffield</title><link>https://sourceforge.net/p/bibq/wiki/HowTo/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -3,6 +3,7 @@
 Download and install [PGsql][1].
 Download and install [SVN][2].
 Download the source code from the [svn repository][3].
+

 Run
 ---
@@ -17,6 +18,7 @@
     ~~~~
     psql -h localhost -U postgres --comand='\i init.sql'
     ~~~~
+

 Experiment
 ----------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Sheffield</dc:creator><pubDate>Mon, 22 Sep 2014 09:00:07 -0000</pubDate><guid>https://sourceforge.nete31bc6d1d54ad916ad3fd06b75db3c31572c044e</guid></item><item><title>HowTo modified by Daniel Sheffield</title><link>https://sourceforge.net/p/bibq/wiki/HowTo/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -30,7 +30,7 @@
     SELECT * FROM insert_people('{Daniel}','male'); -- the prophet Daniel
     SELECT * FROM update_people('{Daniel}','names','{Belteshazzar}'); -- add Belteshazzar as one of Daniel's names
     SELECT * FROM search_people('*,son-of,{Abraham}') -- list the sons of Abraham
-    SELECT * FROM search_people('*,parent-of,{Amalek}') -- list the parents of Abraham
+    SELECT * FROM search_people('*,parent-of,{Amalek}') -- list the parents of Amalek
     \df *people -- list the public functions that act on the people table
     \df *spouses -- list the public functions that act on the spouses table

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Sheffield</dc:creator><pubDate>Mon, 22 Sep 2014 08:59:48 -0000</pubDate><guid>https://sourceforge.netfb0c2f5d4b1c7de7cb265412d2a0c21004bbcd0e</guid></item><item><title>HowTo modified by Daniel Sheffield</title><link>https://sourceforge.net/p/bibq/wiki/HowTo/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -24,14 +24,15 @@

     :::sql
     SELECT * FROM people; -- list the people in the databas
-    SELECT search_spouses('{Saul}','{Ahinoam}');
-    SELECT search_spouses('{David}','{Michal}');
-    SELECT search_people('{Saul}','male','{Kish}'); -- the first King of Israel
-    SELECT insert_people('{Saul,Paul}','male'); -- Paul the apostle.
-    SELECT insert_people('{Daniel}','male'); -- the prophet Daniel
-    SELECT update_people('{Daniel}','names','{Belteshazzar}'); -- add Belteshazzar as one of Daniel's names
-    SELECT search_people('{Belteshazzar}');
-
+    SELECT * FROM search_people('{Saul},son-of,{Kish}'); -- the first King of Israel
+    SELECT * FROM search_people('{Belteshazzar}');
+    SELECT * FROM insert_people('{Saul,Paul}','male'); -- Paul the apostle.
+    SELECT * FROM insert_people('{Daniel}','male'); -- the prophet Daniel
+    SELECT * FROM update_people('{Daniel}','names','{Belteshazzar}'); -- add Belteshazzar as one of Daniel's names
+    SELECT * FROM search_people('*,son-of,{Abraham}') -- list the sons of Abraham
+    SELECT * FROM search_people('*,parent-of,{Amalek}') -- list the parents of Abraham
+    \df *people -- list the public functions that act on the people table
+    \df *spouses -- list the public functions that act on the spouses table

 [1]:http://www.postgresql.org/download/
 [2]:http://subversion.apache.org/packages.html
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Sheffield</dc:creator><pubDate>Mon, 22 Sep 2014 08:59:33 -0000</pubDate><guid>https://sourceforge.net19122f4bd162c68d94608b9d1d5097401c1d98c4</guid></item><item><title>HowTo modified by Daniel Sheffield</title><link>https://sourceforge.net/p/bibq/wiki/HowTo/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -11,11 +11,15 @@
     ~~~~
     psql -h localhost -U postgres --command='\i init.sql'
     ~~~~
-After the first run you need only use
+
+*After the first run you need only use*:
+
     ~~~~
     psql -h localhost -U postgres --comand='\i init.sql'
     ~~~~

+Experiment
+----------
 Some commands to try:

     :::sql
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Sheffield</dc:creator><pubDate>Mon, 22 Sep 2014 08:47:41 -0000</pubDate><guid>https://sourceforge.netfe2967cff2b61405df1871be6f07c2b6666336c5</guid></item><item><title>HowTo modified by Daniel Sheffield</title><link>https://sourceforge.net/p/bibq/wiki/HowTo/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -10,6 +10,10 @@

     ~~~~
     psql -h localhost -U postgres --command='\i init.sql'
+    ~~~~
+After the first run you need only use
+    ~~~~
+    psql -h localhost -U postgres --comand='\i init.sql'
     ~~~~

 Some commands to try:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Sheffield</dc:creator><pubDate>Mon, 22 Sep 2014 08:46:40 -0000</pubDate><guid>https://sourceforge.net187dbc88852684728a2e5448d165f903e903495f</guid></item><item><title>HowTo modified by Daniel Sheffield</title><link>https://sourceforge.net/p/bibq/wiki/HowTo/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,15 +6,24 @@

 Run
 ---
-Connect to postgres: psql -h localhost -U postgres --command='\i init.sql'
-SELECT * FROM people; -- list the people in the databas
-SELECT search_spouses('{Saul}','{Ahinoam}');
-SELECT search_spouses('{David}','{Michal}');
-SELECT search_people('{Saul}','male','{Kish}'); -- the first King of Israel
-SELECT insert_people('{Saul,Paul}','male'); -- Paul the apostle.
-SELECT insert_people('{Daniel}','male'); -- the prophet Daniel
-SELECT update_people('{Daniel}','names','{Belteshazzar}'); -- add Belteshazzar as one of Daniel's names
-SELECT search_people('{Belteshazzar}');
+Connect to postgres:
+
+    ~~~~
+    psql -h localhost -U postgres --command='\i init.sql'
+    ~~~~
+
+Some commands to try:
+
+    :::sql
+    SELECT * FROM people; -- list the people in the databas
+    SELECT search_spouses('{Saul}','{Ahinoam}');
+    SELECT search_spouses('{David}','{Michal}');
+    SELECT search_people('{Saul}','male','{Kish}'); -- the first King of Israel
+    SELECT insert_people('{Saul,Paul}','male'); -- Paul the apostle.
+    SELECT insert_people('{Daniel}','male'); -- the prophet Daniel
+    SELECT update_people('{Daniel}','names','{Belteshazzar}'); -- add Belteshazzar as one of Daniel's names
+    SELECT search_people('{Belteshazzar}');
+

 [1]:http://www.postgresql.org/download/
 [2]:http://subversion.apache.org/packages.html
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Sheffield</dc:creator><pubDate>Fri, 08 Aug 2014 03:33:27 -0000</pubDate><guid>https://sourceforge.net08db6af796ced2e9967908fcb24bc6abc865c169</guid></item><item><title>HowTo modified by Daniel Sheffield</title><link>https://sourceforge.net/p/bibq/wiki/HowTo/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,15 +1,20 @@
+Download and Prepare Environment
+--------------------------------
 Download and install [PGsql][1].
 Download and install [SVN][2].
 Download the source code from the [svn repository][3].

-Connect to postgres: psql -h localhost -U postgres
-Create the bibQ database: CREATE DATABASE bibQ;
-Copy and paste the SQL code from sandbox.sql into postgres.
-SELECT * FROM people;
-SELECT get_spouses('{Saul}','{Ahinoam}');
-SELECT get_spouses('{David}','{Michal}');
-SELECT insert_people('{Saul}','male','{Kish}');
+Run
+---
+Connect to postgres: psql -h localhost -U postgres --command='\i init.sql'
+SELECT * FROM people; -- list the people in the databas
+SELECT search_spouses('{Saul}','{Ahinoam}');
+SELECT search_spouses('{David}','{Michal}');
+SELECT search_people('{Saul}','male','{Kish}'); -- the first King of Israel
 SELECT insert_people('{Saul,Paul}','male'); -- Paul the apostle.
+SELECT insert_people('{Daniel}','male'); -- the prophet Daniel
+SELECT update_people('{Daniel}','names','{Belteshazzar}'); -- add Belteshazzar as one of Daniel's names
+SELECT search_people('{Belteshazzar}');

 [1]:http://www.postgresql.org/download/
 [2]:http://subversion.apache.org/packages.html
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Sheffield</dc:creator><pubDate>Fri, 08 Aug 2014 03:30:48 -0000</pubDate><guid>https://sourceforge.net557f4798b716013f5de26753afa790dfe73d0c62</guid></item><item><title>HowTo modified by Daniel Sheffield</title><link>https://sourceforge.net/p/bibq/wiki/HowTo/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Download and install &lt;a href="http://www.postgresql.org/download" rel="nofollow"&gt;PGsql&lt;/a&gt;.&lt;br /&gt;
Download and install &lt;a href="http://subversion.apache.org/packages.html" rel="nofollow"&gt;SVN&lt;/a&gt;.&lt;br /&gt;
Download the source code from the &lt;a href="https://sourceforge.net/p/bibq/svn"&gt;svn repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Connect to postgres: psql -h localhost -U postgres&lt;br /&gt;
Create the bibQ database: CREATE DATABASE bibQ;&lt;br /&gt;
Copy and paste the SQL code from sandbox.sql into postgres.&lt;br /&gt;
SELECT * FROM people;&lt;br /&gt;
SELECT get_spouses('{Saul}','{Ahinoam}');&lt;br /&gt;
SELECT get_spouses('{David}','{Michal}');&lt;br /&gt;
SELECT insert_people('{Saul}','male','{Kish}');&lt;br /&gt;
SELECT insert_people('{Saul,Paul}','male'); -- Paul the apostle.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Sheffield</dc:creator><pubDate>Fri, 25 Jul 2014 02:13:40 -0000</pubDate><guid>https://sourceforge.net2dc1840c5fabd6269c2ace8cb8125da612a00320</guid></item></channel></rss>