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
