Re: select !working - Mailing list pgsql-novice

From Steve Boyle \(Roselink\)
Subject Re: select !working
Date
Msg-id 004101c19e89$2e6ce080$c55869d5@dualtower
Whole thread Raw
In response to inheritance and audit columns  ("Jules Alberts" <julesa@arbodienst-limburg.nl>)
List pgsql-novice
Denis,

I think the easiest way around this is to install less from the cygwin site,
IIRC it is one of the standard packages that can be selected as part of the
Cygwin install.

hih

steve boyle

----- Original Message -----
From: <denis@coralindia.com>
To: <pgsql-novice@postgresql.org>
Sent: Wednesday, January 16, 2002 5:29 AM
Subject: [NOVICE] select !working


> 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
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>


pgsql-novice by date:

Previous
From: John Taylor
Date:
Subject: Re: Counting distinct rows
Next
From: "Steve Boyle \(Roselink\)"
Date:
Subject: Re: Counting distinct rows