--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