Simple question

From: Fredrick Bartlett <palmtreefrb(at)earthlink(dot)net>
To: PostgreSQL novice mailing list <pgsql-novice(at)postgresql(dot)org>
Subject: Simple question
Date: 2000-08-26 16:04:04
Message-ID: 39A7EA74.A10B2348@earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Using psql, why do I get the following error???

socaldata=# insert into test_tbl (FIELD1, FIELD2, FIELD3)
socaldata-# values('a','bb','ccc');
INSERT 18860 1
socaldata=# select * from test_tbl;
sh: less: command not found <<< why this error???
socaldata=#

Fredrick

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2000-08-26 16:42:06 Re: Failure to COMMIT -- Timeout?
Previous Message Ben Lanson 2000-08-26 09:08:28 Failure to COMMIT -- Timeout?