User Tools

Site Tools


postgresql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
postgresql [2013/08/26 05:24] – created stevepostgresql [2013/08/26 05:30] (current) steve
Line 2: Line 2:
  
 == Display a chapter == == Display a chapter ==
 +
 +
  
 <code> <code>
-psql -q -c "select scripture_text from scriptures where book_title = 'Isaiah' and chapter_number = 48 order by verse_id;" -At+psql -q -At -c "select scripture_text from scriptures where book_title = 'Isaiah' and chapter_number = 48 order by verse_id;" 
 </code> </code>
 +
 +Same, but with formatting ready for wiki:
 +
 +psql -q -At -F '' -c "SELECT '  -', scripture_text .."
postgresql.1377494668.txt.gz · Last modified: by steve

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki