User Tools

Site Tools


postgresql

Postgresql

Display a chapter
psql -q -At -c "select scripture_text from scriptures where book_title = 'Isaiah' and chapter_number = 48 order by verse_id;" 

Same, but with formatting ready for wiki:

psql -q -At -F '' -c "SELECT ' -', scripture_text .."

postgresql.txt · 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