Re: [GENERAL] psql error

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: pgsql(at)brazilinfo(dot)com (PostgreSQL)
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] psql error
Date: 1999-01-12 21:03:13
Message-ID: 199901122103.QAA17811@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Hi,
>
> My ISP has recently installed PostgreSQL and I started using it a few days
> ago. When issuing a SELECT command from inside 'psql' I get the following
> behaviour:
>
> When just a few rows are returned, then the output is shown normally on the
> screen. When on the contrary my SELECT returns many rows, the following
> message is output to the screen instead of the excpected output:
>
> more: not found

You have PAGER environment variable defined to 'more', but do not have
'more' defined in your path.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • psql error at 1999-01-12 20:44:04 from PostgreSQL

Browse pgsql-general by date

  From Date Subject
Next Message Giuliano A. Tarallo 1999-01-12 21:45:28 [GENERAL] PRIMARY/FOREIGN KEY statements
Previous Message PostgreSQL 1999-01-12 20:44:04 psql error