Re: select !working

From: "Steve Boyle \(Roselink\)" <boylesa(at)roselink(dot)co(dot)uk>
To: <denis(at)coralindia(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: select !working
Date: 2002-01-16 12:27:36
Message-ID: 004101c19e89$2e6ce080$c55869d5@dualtower
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)coralindia(dot)com>
To: <pgsql-novice(at)postgresql(dot)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(at)postgresql(dot)org
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jules Alberts 2002-01-16 13:31:24 Vim syntaxfile
Previous Message Steve Boyle (Roselink) 2002-01-16 12:19:43 Re: Counting distinct rows