Unusual psql behavior

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Unusual psql behavior
Date: 2015-08-27 20:30:15
Message-ID: 55DF7357.5090300@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Postgres 9.4.4.

I am seeing something I cannot figure out when using psql.

This is what I see:

psql (9.4.4)
Type "help" for help.

production_5432=> select from cell_per ;
--
(56 rows)

This is when I am logged in as system user aklaver. If I log in as
another user on the same machine I see the query results. I see no
differences in the user environments that would account for this. Also
if I log in as system user aklaver but do psql -d production -U aklaver
-n I can see the results. So it seems to be some interaction between
readline and whatever code supplies the actual query results. Not sure
where to go from here.

Thanks,
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2015-08-27 20:38:10 Re: Unusual psql behavior
Previous Message Adrian Klaver 2015-08-27 18:25:11 Re: [GENERAL] $libdir/mysql_fdw