Re: Pg_restore on 7.2 from 7.1 under cygwin

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: Don Saxton <euphobot(at)pacbell(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Pg_restore on 7.2 from 7.1 under cygwin
Date: 2002-03-13 07:15:28
Message-ID: 1016003728.31964.85.camel@linda
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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 Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Radu-Adrian Popescu 2002-03-13 08:55:18 Re: client connection
Previous Message Drew Lopucki 2002-03-13 05:22:11 Superuser can't log in after changing 'trust' in pg_hba.conf