Re: select !working

Поиск
Список
Период
Сортировка
От Steve Boyle \(Roselink\)
Тема Re: select !working
Дата
Msg-id 004101c19e89$2e6ce080$c55869d5@dualtower
обсуждение исходный текст
Ответ на inheritance and audit columns  ("Jules Alberts" <julesa@arbodienst-limburg.nl>)
Список 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 по дате отправления:

Предыдущее
От: John Taylor
Дата:
Сообщение: Re: Counting distinct rows
Следующее
От: "Steve Boyle \(Roselink\)"
Дата:
Сообщение: Re: Counting distinct rows