Re: Pg_restore on 7.2 from 7.1 under cygwin - Mailing list pgsql-admin

From Don Saxton
Subject Re: Pg_restore on 7.2 from 7.1 under cygwin
Date
Msg-id 06dd01c1caaf$7ff53b30$3225aa40@pacbell.net
Whole thread Raw
In response to Pg_restore on 7.2 from 7.1 under cygwin  (Don Saxton <euphobot@pacbell.net>)
List pgsql-admin
Thanks Oliver.
installing 'less' fixed it up.
> '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.



pgsql-admin by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Optimizing a condition based on an a very unequally distributed value.
Next
From: "Drew Lopucki"
Date:
Subject: Superuser can't log in after changing 'trust' in pg_hba.conf