On Wed, 2002-03-13 at 02:12, Don Saxton wrote: > The pg_restore seems to happily complete, although it doesn't end with > anything I could call a confirmation, except the return to cygwin prompt. > It's when I try to "psql gbap" and either \dt or select * from any table
'less' is a pager program, like 'more' but with more capabilities. Just tell psql to use a different pager: $ PAGER=more psql ... or install 'less'. According to the psql man page, 'more' is used by default, but this no longer seems to be the case. -- Oliver Elphick [EMAIL PROTECTED] Isle of Wight http://www.lfix.co.uk/oliver GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C "Who is like Thee among the gods, O Lord? Who is like Thee, majestic in holiness, awesome in praises, working wonders?" Exodus 15:11 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly