Re: select command doesnot work

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Long Cui <choilon2000(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org(dot)
Subject: Re: select command doesnot work
Date: 2008-07-08 12:17:41
Message-ID: 8EBF4E1AA68DF59538495ACF@imhotep.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--On Dienstag, Juli 08, 2008 21:46:53 +1000 Long Cui
<choilon2000(at)gmail(dot)com> wrote:

> I installed Postgresql 8.3.3 in windows XP, try to input some commands in
> windows command prompt. The create, update and insert command work all
> right, just select command.got the error message: "more" is not internal
> or external command, not runnable program or bat file. Why did I input
> like "mydb => select * from .....;" but PG suppose what I enter is "more"?

psql uses more to paginate results of your SELECT command. Seems like
'more' is missing in your setup.

--
Thanks

Bernd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Keaton Adams 2008-07-08 12:24:58 Re: Query running slow but was running fine before
Previous Message Albe Laurenz 2008-07-08 12:15:31 Re: please explain vacuum with WAL