select !working - Mailing list pgsql-novice

From denis@coralindia.com
Subject select !working
Date
Msg-id 002501c19e4e$b8c5e820$0232a8c0@coralindia.com
Whole thread Raw
In response to inheritance and audit columns  ("Jules Alberts" <julesa@arbodienst-limburg.nl>)
Responses Re: select !working  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-novice
Hi all,

After spending a day, i have been able to start postmaster on Windows 2000
Professional (using Cygwin)

I am facing one problem. I have created database and users also. I can also
able to create tables, insert rows in tables but when i issue SELECT, it
gives error "less : not found". I am issuing a very basic select statement.
Can anyone give any help.

db=> CREATE TABLE test (aa numeric, bb text);
CREATE
db=> INSERT INTO TEST VALUES (100,'Denis');
INSERT 54555 1
db=> SELECT * FROM test;
less : not found
db=>

Thanx

Denis




pgsql-novice by date:

Previous
From: Burra
Date:
Subject: PL/PGSQL
Next
From: Oliver Elphick
Date:
Subject: Re: select !working