Simple question - Mailing list pgsql-novice

From Fredrick Bartlett
Subject Simple question
Date
Msg-id 39A7EA74.A10B2348@earthlink.net
Whole thread Raw
Responses Re: Simple question  (Jesus Aneiros <aneiros@jagua.cfg.sld.cu>)
Re: Simple question  (David Cantrell <david@cantrell.org.uk>)
Re: Simple question  ("Robert B. Easter" <reaster@comptechnews.com>)
List 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


pgsql-novice by date:

Previous
From: Ben Lanson
Date:
Subject: Failure to COMMIT -- Timeout?
Next
From: Charles Curley
Date:
Subject: Pg.pm oddity with apostrophes