Re: [GENERAL] Unusual psql behavior

2015-08-27 Thread Adrian Klaver
On 08/27/2015 01:38 PM, Tom Lane wrote: Adrian Klaver writes: 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) I believe this is the expected output for a table with

Re: [GENERAL] Unusual psql behavior

2015-08-27 Thread Tom Lane
Adrian Klaver writes: > 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) I believe this is the expected output for a table with 56 rows and zero columns. (It's pr

[GENERAL] Unusual psql behavior

2015-08-27 Thread Adrian Klaver
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 t