BUG #3985: select command not working - Mailing list pgsql-bugs

From srijit
Subject BUG #3985: select command not working
Date
Msg-id 200802241205.m1OC5a9B079465@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3985: select command not working  (Magnus Hagander <magnus@hagander.net>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3985
Logged by:          srijit
Email address:      srijit219@yahoo.com
PostgreSQL version: 8.1
Operating system:   windows xp sp2
Description:        select command not working
Details:

i`ve installed Postgresql 8.1.....i`m able to create databases and tables
but wen i try to view the contents of a table i get a message called "more
is not a recognised internal command"., this has happened in many of my
friends PCs also..... i request u to kindly give us a solution to this
prob.....

i`ve used the following statements

create user srijit with password 'admin';
CREATE ROLE

create database mydb owner srijit;
DATABASE CREATED

\c mydb srijit;
password for srijit:admin

create table tab1(sno integer);
table created

insert into tab1 values(10);
INSERT 0 1

select * from tab1;
'more' is not a recognised internal or external command

pgsql-bugs by date:

Previous
From: "Dave Page"
Date:
Subject: Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation
Next
From: "Yann"
Date:
Subject: BUG #3986: Error ts_vector with UTF8 WS2003